Dmitry V. Levin
97c85088a2
* 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.
15 lines
308 B
Makefile
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)
|