chiark / gitweb /
tests: add some silly tests for path-util.c
[elogind.git] / Makefile.am
index 2eae8773fc18770b7221382bb28b5268777261a0..86ad16888a075763c37fbe069dde99bf4f01e607 100644 (file)
@@ -1071,6 +1071,7 @@ noinst_tests += \
        test-env-replace \
        test-strbuf \
        test-strv \
+       test-path-util \
        test-strxcpyx \
        test-unit-name \
        test-unit-file \
@@ -1259,6 +1260,12 @@ test_strv_LDADD = \
        libsystemd-units.la \
        libsystemd-id128-internal.la
 
+test_path_util_SOURCES = \
+       src/test/test-path-util.c
+
+test_path_util_LDADD = \
+       libsystemd-shared.la
+
 test_strxcpyx_SOURCES = \
        src/test/test-strxcpyx.c