tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / tests / Makefile.am
blob708c28ee7eda66c5b65f5f5671cf595f65a2f5d4
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = \
5         check_headers_and_includes \
6         check_makefile_consistency \
7         check_ppc64_auxv_cap \
8         filter_addresses \
9         filter_discards \
10         filter_libc \
11         filter_numbers \
12         filter_stderr_basic \
13         filter_sink \
14         filter_xml_frames \
15         platform_test \
16         post_regtest_checks \
17         vg_regtest
19 noinst_HEADERS = \
20         asm.h \
21         malloc.h \
22         sys_mman.h
24 check_PROGRAMS = \
25         arch_test \
26         os_test \
27         true \
28         x86_amd64_features \
29         s390x_features \
30         mips_features \
31         power_insn_available \
32         is_ppc64_BE
34 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
35 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
37 if VGCONF_OS_IS_DARWIN
38 x86_amd64_features_CFLAGS = $(AM_CFLAGS) -mdynamic-no-pic
39 else
40 x86_amd64_features_CFLAGS = $(AM_CFLAGS)
41 endif