]> granicus.if.org Git - strace/blob - tests/Makefile.am
tests: add a test for rt_sigaction output
[strace] / tests / Makefile.am
1 # Automake input for strace tests.
2
3 AM_CFLAGS = $(WARN_CFLAGS)
4
5 check_PROGRAMS = net-accept-connect set_ptracer_any sigaction
6
7 TESTS = ptrace_setoptions strace-f qual_syscall sigaction.sh stat net \
8         detach-sleeping detach-stopped detach-running
9
10 LOG_COMPILER = $(srcdir)/run.sh
11
12 EXTRA_DIST = init.sh run.sh sigaction.awk $(TESTS)
13
14 CLEANFILES = $(TESTS:=.tmp)