Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / darwin / Makefile.am
blob4be53a1b56f7de7f740b2a1ceeddd8eb1f55f1ce
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr
6 noinst_HEADERS = scalar.h
8 EXTRA_DIST = \
9         aio.stderr.exp aio.vgtest \
10         aligned_alloc.stderr.exp aligned_alloc.vgtest \
11         bug437790.vgtest bug437790.stdout.exp bug437790.stderr.exp \
12         deep_badparam.stderr.exp deep_badparam.stdout.exp deep_badparam.vgtest \
13         env.stderr.exp env.vgtest \
14         ioctl-tiocsbrk.stderr.exp ioctl-tiocsbrk.vgtest \
15         pth-supp.stderr.exp pth-supp.vgtest \
16         pth-undocumented.stderr.exp pth-undocumented.stdout.exp pth-undocumented.vgtest \
17         mkfifo.stderr.exp mkfifo.vgtest \
18         scalar.stderr.exp scalar.vgtest \
19         scalar_fork.stderr.exp scalar_fork.vgtest \
20         scalar_nocancel.stderr.exp scalar_nocancel.vgtest \
21         scalar_vfork.stderr.exp scalar_vfork.vgtest
23 check_PROGRAMS = \
24         aio \
25         aligned_alloc \
26         bug437790 \
27         deep_badparam \
28         env \
29         ioctl-tiocsbrk \
30         pth-supp \
31         pth-undocumented \
32         mkfifo \
33         scalar \
34         scalar_fork \
35         scalar_nocancel \
36         scalar_vfork
39 AM_CFLAGS    += $(AM_FLAG_M3264_PRI) $(FLAG_MMMX) $(FLAG_MSSE)
40 AM_CXXFLAGS  += $(AM_FLAG_M3264_PRI) $(FLAG_MMMX) $(FLAG_MSSE)
41 AM_CCASFLAGS += $(AM_FLAG_M3264_PRI)