]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile.am
nss: block various signals while running NSS lookups
[thirdparty/systemd.git] / Makefile.am
index 73d2375bf94cc3b796c3321f28f69378c552142f..90bc5d7ddc599dffaa73ab5f68462e2cc9eba22a 100644 (file)
@@ -1500,7 +1500,8 @@ tests += \
        test-arphrd-list \
        test-dns-domain \
        test-install-root \
-       test-rlimit-util
+       test-rlimit-util \
+       test-signal-util
 
 if HAVE_ACL
 tests += \
@@ -1881,6 +1882,12 @@ test_ask_password_api_SOURCES = \
 test_ask_password_api_LDADD = \
        libshared.la
 
+test_signal_util_SOURCES = \
+       src/test/test-signal-util.c
+
+test_signal_util_LDADD = \
+       libshared.la
+
 BUILT_SOURCES += \
        src/test/test-hashmap-ordered.c