Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / amd64-linux / Makefile.am
blob26e8c8ed549cef20e85eeae4de4166cf86070b5c
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = \
5         filter_stderr filter_defcfaexpr
7 EXTRA_DIST = \
8         access_below_sp_1.vgtest \
9         access_below_sp_1.stderr.exp access_below_sp_1.stdout.exp \
10         access_below_sp_2.vgtest \
11         access_below_sp_2.stderr.exp access_below_sp_2.stdout.exp \
12         defcfaexpr.vgtest defcfaexpr.stderr.exp \
13         int3-amd64.vgtest int3-amd64.stderr.exp int3-amd64.stdout.exp \
14         reallocarray.vgtest reallocarray.stderr.exp
16 check_PROGRAMS = \
17         access_below_sp \
18         defcfaexpr \
19         int3-amd64
21 if HAVE_REALLOCARRAY
22 check_PROGRAMS += reallocarray
23 endif
25 AM_CFLAGS    += @FLAG_M64@
26 AM_CXXFLAGS  += @FLAG_M64@
27 AM_CCASFLAGS += @FLAG_M64@
29 defcfaexpr_SOURCES      = defcfaexpr.S
30 defcfaexpr_CFLAGS       = $(AM_CFLAGS) @FLAG_NO_PIE@ 
31 reallocarray_CFLAGS     = $(AM_CFLAGS) @FLAG_W_NO_ALLOC_SIZE_LARGER_THAN@