summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-02-06 12:19:10 -0500
committerPaul Moore <pmoore@redhat.com>2013-02-07 10:14:16 -0500
commit9108121a9e230c45796967cb6c426d4baaf50df1 (patch)
tree51f3f8203f09f6d96ec8177f19d733263072b59f /tests/Makefile
parent85d1b10aa40a471bb437f9f84c1c2e8791862291 (diff)
downloadlibseccomp-9108121a9e230c45796967cb6c426d4baaf50df1.tar.gz
tests: add some basic live tests
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index d3f76f6..5d0a16f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -54,7 +54,9 @@ TESTS = 01-sim-allow \
16-sim-arch_basic \
17-sim-arch_merge \
18-sim-basic_whitelist \
- 19-sim-missing_syscalls
+ 19-sim-missing_syscalls \
+ 20-live-basic_die \
+ 21-live-basic_allow
DEPS_OBJS = $(OBJS:%.o=%.d)
DEPS_TESTS = $(TESTS:%=%.d)