summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: c63c41f6b7dea8563955875a9dac976ee89e1d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Automake input for strace tests.

AM_CFLAGS = $(WARN_CFLAGS)

check_PROGRAMS = net-accept-connect set_ptracer_any sigaction uio

uio_CFLAGS = $(AM_CFLAGS) -D_FILE_OFFSET_BITS=64

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

net-fd.log: net.log

TEST_LOG_COMPILER = $(srcdir)/run.sh

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

CLEANFILES = $(TESTS:=.tmp)