2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr test.sh filter_452275 filter_auxv filter_fdleak
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 \
22 fexecve_hw1.stdout.exp \
23 fexecve_hw1.stderr.exp \
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 \
33 fexecve_txt.stderr.exp \
36 proc_pid_file.vgtest \
37 proc_pid_file.stderr.exp \
40 bash_test.stderr.exp \
41 bash_test.stdout.exp \
50 sanity_level_thread.vgtest \
51 sanity_level_thread.stderr.exp \
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 \
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