chiark / gitweb /
test: ensure conf_files_list returns absolute paths
[elogind.git] / Makefile.am
index fd3205d5e7eb69ca048b4fb711b838d5c86d44f5..bd26780a55bf2cd8d05037a7ca7f561c708dc3f0 100644 (file)
@@ -1243,7 +1243,8 @@ tests += \
        test-xml \
        test-architecture \
        test-socket-util \
-       test-fdset
+       test-fdset \
+       test-conf-files
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1600,6 +1601,12 @@ test_sched_prio_LDADD = \
        libsystemd-core.la \
        $(RT_LIBS)
 
+test_conf_files_SOURCES = \
+       src/test/test-conf-files.c
+
+test_conf_files_LDADD = \
+       libsystemd-shared.la
+
 # ------------------------------------------------------------------------------
 ## .PHONY so it always rebuilds it
 .PHONY: coverage lcov-run lcov-report coverage-sync