summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
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)