chiark / gitweb /
login: fix login_is_valid test
[elogind.git] / Makefile.am
index f7bc5f36ccee01484ba352d548aa96df67411b1c..4db064e7c242e68e2644911d87c4092b6f34b656 100644 (file)
@@ -3836,6 +3836,13 @@ test_login_LDADD = \
        libsystemd-login-internal.la \
        libsystemd-shared.la
 
+test_login_shared_SOURCES = \
+       src/login/test-login-shared.c
+
+test_login_shared_LDADD = \
+       libsystemd-login-internal.la \
+       libsystemd-shared.la
+
 test_inhibit_SOURCES = \
        src/login/test-inhibit.c
 
@@ -3862,7 +3869,8 @@ manual_tests += \
        test-inhibit
 
 tests += \
-       test-login-tables
+       test-login-tables \
+       test-login-shared
 
 libsystemd_login_la_SOURCES = \
        src/login/sd-login.c \