diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-28 16:47:56 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-28 16:47:56 +0000 |
commit | 68a8f17775aef3303848b1ab5c5eff45945285c5 (patch) | |
tree | 6dc52fadd668b3ab38051eb14c51633e22301cff /Makefile.am | |
parent | 564c44436cf64adc7a9eff8c17f386899194a893 (diff) | |
download | systemd-68a8f17775aef3303848b1ab5c5eff45945285c5.tar.gz |
tests: add basic rlimits test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index db206ae13e..7880fe57ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5680,6 +5680,9 @@ EXTRA_DIST += \ test/TEST-04-JOURNAL/Makefile \ test/TEST-04-JOURNAL/test-journal.sh \ test/TEST-04-JOURNAL/test.sh \ + test/TEST-05-RLIMITS/Makefile \ + test/TEST-05-RLIMITS/test-rlimits.sh \ + test/TEST-05-RLIMITS/test.sh \ test/test-functions EXTRA_DIST += \ |