summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-05-02 19:29:59 -0400
committerPaul Moore <paul@paul-moore.com>2019-05-03 19:25:54 -0400
commit78497a5d1da200ab0356e1189f5efb8724ad70a1 (patch)
treead6acfb2d6ee457821deac951101ef4e3428e70d /tests/Makefile.am
parente15f41574db5845a9f262f0867f3d13dba5e3452 (diff)
downloadlibseccomp-78497a5d1da200ab0356e1189f5efb8724ad70a1.tar.gz
tests: add notification tests
Some of this was taken from Tycho's original patch. Signed-off-by: Tycho Andersen <tycho@tycho.ws> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eb84e14..83e41c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -89,7 +89,8 @@ check_PROGRAMS = \
47-live-kill_process \
48-sim-32b_args \
49-sim-64b_comparisons \
- 50-sim-hash_collision
+ 50-sim-hash_collision \
+ 51-live-user_notification
EXTRA_DIST_TESTPYTHON = \
util.py \
@@ -193,7 +194,8 @@ EXTRA_DIST_TESTCFGS = \
47-live-kill_process.tests \
48-sim-32b_args.tests \
49-sim-64b_comparisons.tests \
- 50-sim-hash_collision.tests
+ 50-sim-hash_collision.tests \
+ 51-live-user_notification.tests
EXTRA_DIST_TESTSCRIPTS = \
38-basic-pfc_coverage.sh 38-basic-pfc_coverage.pfc