From fe39daf2c13d60421f8965f617125b3bff50645c Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 6 Dec 2015 02:04:08 +0000 Subject: tests: add test-rlimit-util --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf