Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / x86-freebsd / Makefile.am
blob913914a0436b44dbded491aaba87f81af3693329
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr
6 EXTRA_DIST = \
7         posix_fadvise.vgtest \
8         posix_fallocate.vgtest \
9         posix_fadvise.stderr.exp \
10         posix_fallocate.stderr.exp \
11         reallocarray.vgtest \
12         reallocarray.stderr.exp
14 check_PROGRAMS = \
15         posix_fadvise posix_fallocate reallocarray
17 # Linux also adds  $(FLAG_MMMX) $(FLAG_MSSE) to the first two
18 AM_CFLAGS    += @FLAG_M32@
19 AM_CXXFLAGS  += @FLAG_M32@
20 AM_CCASFLAGS += @FLAG_M32@
22 posix_fallocate_CFLAGS       = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@
23 posix_fadvise_CFLAGS       = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@