diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-10 18:13:14 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-10 18:20:45 +0000 |
commit | 586bedd41a3d5435d57ec1d8072e0719a512336e (patch) | |
tree | 9d7d78ad42085693f2f90b7d06b14fe50662259d /Makefile.am | |
parent | 09f6f45a29d8691b67152d4e6f5bbb1453be778e (diff) |
build-sys: add TEST-06-SELINUX to dist
This is a follow-up to https://github.com/systemd/systemd/pull/2493
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d9cc3d09a4..d08917c814 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5769,6 +5769,11 @@ EXTRA_DIST += \ test/TEST-05-RLIMITS/Makefile \ test/TEST-05-RLIMITS/test-rlimits.sh \ test/TEST-05-RLIMITS/test.sh \ + test/TEST-06-SELINUX/Makefile \ + test/TEST-06-SELINUX/test-selinux-checks.sh \ + test/TEST-06-SELINUX/test.sh \ + test/TEST-06-SELINUX/systemd_test.te \ + test/TEST-06-SELINUX/systemd_test.if \ test/TEST-07-ISSUE-1981/Makefile \ test/TEST-07-ISSUE-1981/test-segfault.sh \ test/TEST-07-ISSUE-1981/test.sh \ |