summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-12-06 02:04:08 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-12-07 09:41:15 +0000
commitfe39daf2c13d60421f8965f617125b3bff50645c (patch)
treec7d000a26313a46b5def1065968b45160dfbe7bc /Makefile.am
parent8eb3655cdb1910537615bb69c5ecf90dcc9d81c3 (diff)
tests: add test-rlimit-util
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index db916f72c5..2281f3e512 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1497,7 +1497,8 @@ tests += \
test-af-list \
test-arphrd-list \
test-dns-domain \
- test-install-root
+ test-install-root \
+ test-rlimit-util
if HAVE_ACL
tests += \
@@ -1860,6 +1861,12 @@ test_acl_util_LDADD = \
test_namespace_LDADD = \
libcore.la
+test_rlimit_util_SOURCES = \
+ src/test/test-rlimit-util.c
+
+test_rlimit_util_LDADD = \
+ libshared.la
+
BUILT_SOURCES += \
src/test/test-hashmap-ordered.c