strace/tests/Makefile.am
Dmitry V. Levin 97c85088a2 tests: ensure that strace can detach from sleeping and stopped processes
* tests/set_ptracer_any.c: New file.
* tests/detach-sleeping: New test.
* tests/detach-stopped: Likewise.
* tests/Makefile.am (check_PROGRAMS): Add set_ptracer_any.
(TESTS): Add detach-sleeping and detach-stopped.
* tests/.gitignore: Add set_ptracer_any.
2013-06-18 17:07:48 +00:00

15 lines
308 B
Makefile

# 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
LOG_COMPILER = $(srcdir)/run.sh
EXTRA_DIST = init.sh run.sh $(TESTS)
CLEANFILES = $(TESTS:=.tmp)