diff options
author | Daniel Mack <github@zonque.org> | 2016-02-11 10:22:25 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-02-11 10:22:25 +0100 |
commit | 71ab0faceb28dde7efd1e288abb0e0d6a0ac282e (patch) | |
tree | 580027623ff0ebcca52f805c5efec7f4dfd85751 /Makefile.am | |
parent | 53359675fc7cdfecbbdb647dbc78c8d5eb507361 (diff) | |
parent | 586bedd41a3d5435d57ec1d8072e0719a512336e (diff) |
Merge pull request #2579 from evverx/TEST-1981
tests: add test for https://github.com/systemd/systemd/issues/1981
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 125319fe48..d08917c814 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5769,6 +5769,14 @@ 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 \ test/test-functions EXTRA_DIST += \ |