summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: f8f80543eb1303d82537f098f7f2faca81404ee4 (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

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

LOG_COMPILER = $(srcdir)/run.sh

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

CLEANFILES = $(TESTS:=.tmp)