summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-24 20:23:21 -0400
committerGitHub <noreply@github.com>2016-10-24 20:23:21 -0400
commit8d3eafa161af22bb04dc0210885ffe79560a59ee (patch)
tree3a98a0dddd08bcc7c66ae527d10e871734db4ff8 /Makefile.am
parentf2e5f466cbd8e0a93325e4ea8c2c38db3bbd1bc8 (diff)
parent171ae2cd86390c17d51121f9dff607911b888c5a (diff)
Merge pull request #4450 from poettering/seccompfixes
Various seccomp fixes and NEWS update.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bad6a2d18a..a707d4a899 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1558,6 +1558,11 @@ tests += \
test-acl-util
endif
+if HAVE_SECCOMP
+tests += \
+ test-seccomp
+endif
+
EXTRA_DIST += \
test/a.service \
test/basic.target \
@@ -2026,6 +2031,12 @@ test_acl_util_SOURCES = \
test_acl_util_LDADD = \
libsystemd-shared.la
+test_seccomp_SOURCES = \
+ src/test/test-seccomp.c
+
+test_seccomp_LDADD = \
+ libsystemd-shared.la
+
test_namespace_LDADD = \
libcore.la