Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / amd64-freebsd / Makefile.am
blobe33607f20ed27b637fe8f539a59df704a355ffe3
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 \
13         reallocf.vgtest \
14         reallocf.stderr.exp
16 check_PROGRAMS = \
17         posix_fadvise posix_fallocate reallocarray reallocf
19 AM_CFLAGS    += @FLAG_M64@
20 AM_CXXFLAGS  += @FLAG_M64@
21 AM_CCASFLAGS += @FLAG_M64@
23 posix_fallocate_CFLAGS       = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@
24 posix_fadvise_CFLAGS       = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@