regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / freebsd / Makefile.am
blob1ccfefb57fe2e3902c4bafbac8b58e44df0cf444
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr test.sh filter_452275 filter_auxv filter_fdleak
6 EXTRA_DIST = \
7         auxv.vgtest \
8         auxv.stderr.exp \
9         auxv.stderr.exp-32on64 \
10         auxv.stderr.exp-freebsd13 \
11         auxv.stderr.exp-freebsd131 \
12         auxv.stderr.exp-freebsd14 \
13         auxv.stderr.exp-arm64 \
14         bug498317.vgtest bug498317.stderr.exp \
15         bug498317.supp \
16         cp.vgtest \
17         cp.stderr.exp \
18         osrel.vgtest \
19         osrel.stderr.exp \
20         osrel.stdout.exp \
21         fexecve_hw1.vgtest \
22         fexecve_hw1.stdout.exp \
23         fexecve_hw1.stderr.exp \
24         fexecve_hw2.vgtest \
25         fexecve_hw2.stdout.exp \
26         fexecve_hw2.stderr.exp \
27         fexecve_script1.vgtest \
28         fexecve_script1.stderr.exp \
29         fexecve_script2.vgtest \
30         fexecve_script2.stdout.exp \
31         fexecve_script2.stderr.exp \
32         fexecve_txt.vgtest \
33         fexecve_txt.stderr.exp \
34         452275.vgtest \
35         452275.stderr.exp \
36         proc_pid_file.vgtest \
37         proc_pid_file.stderr.exp \
38         bash_test.vgtest \
39         bash_test.sh \
40         bash_test.stderr.exp \
41         bash_test.stdout.exp \
42         csh_test.vgtest \
43         csh_test.csh \
44         csh_test.stderr.exp \
45         csh_test.stdout.exp \
46         ksh_test.vgtest \
47         ksh_test.ksh \
48         ksh_test.stderr.exp \
49         ksh_test.stdout.exp \
50         sanity_level_thread.vgtest \
51         sanity_level_thread.stderr.exp \
52         swapcontext.vgtest \
53         swapcontext.stderr.exp \
54         swapcontext.stdout.exp \
55         umtx_op_timeout.vgtest \
56         umtx_op_timeout.stderr.exp \
57         umtx_shm_creat1.vgtest \
58         umtx_shm_creat1.stderr.exp \
59         umtx_shm_creat2.vgtest \
60         umtx_shm_creat2.stderr.exp \
61         usrstack.vgtest \
62         usrstack.stderr.exp \
63         usrstack.stdout.exp
65 check_PROGRAMS = \
66         auxv bug498317 osrel swapcontext hello_world fexecve 452275 usrstack \
67         proc_pid_file sanity_level_thread umtx_shm_creat
69 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
70 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
72 auxv_CFLAGS = ${AM_CFLAGS}
73 osrel_CFLAGS = ${AM_CFLAGS}
74 swapcontext_CFLAGS = ${AM_CFLAGS}
76 hello_world_SOURCES = hello_world.cpp
78 proc_pid_file_SOURCES = proc_pid_file.cpp
80 sanity_level_thread_SOURCES = sanity_level_thread.cpp
81 sanity_level_thread_LDFLAGS = ${AM_LDFLAGS} -pthread
83 umtx_shm_creat_SOURCES = umtx_shm_creat.cpp