diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-12-07 23:47:45 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-12-07 23:47:45 -0500 |
commit | 2af917de2d2c52808974ee62d245d114313ebae6 (patch) | |
tree | 973dc6ec783390141bdbd34e8c2f78f6e07db936 /Makefile.am | |
parent | f2b84856a250481f694945b422f04a5850409edc (diff) | |
parent | 5414b34c4b7f8e01c27d3ebc6b09d12b04b95054 (diff) |
Merge pull request #2104 from evverx/rlimit-util-test
tests: add test-rlimit-util
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 65a118820a..1dda8c5137 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,7 @@ tests= manual_tests = TEST_EXTENSIONS = .py PY_LOG_COMPILER = $(PYTHON) +DISABLE_HARD_ERRORS = yes if ENABLE_TESTS noinst_PROGRAMS = $(manual_tests) $(tests) TESTS = $(tests) @@ -1496,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 += \ @@ -1859,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 |