summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: d8262f0791712681a2dd17f7c88b873b05c50b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Automake input for strace tests.

AM_CFLAGS = $(WARN_CFLAGS)

check_PROGRAMS = net-accept-connect set_ptracer_any sigaction

TESTS = ptrace_setoptions strace-f qual_syscall sigaction.sh stat net \
	detach-sleeping detach-stopped detach-running

LOG_COMPILER = $(srcdir)/run.sh

EXTRA_DIST = init.sh run.sh sigaction.awk $(TESTS)

CLEANFILES = $(TESTS:=.tmp)