]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile.am
tests: add test-conf-parser
[thirdparty/systemd.git] / Makefile.am
index 38e5d74203ecaf055e1f11d60451c27058c98c39..43b819bf9ba1dbc59e5cbb7afc43d7b1e16a6150 100644 (file)
@@ -1453,6 +1453,7 @@ tests += \
        test-socket-util \
        test-fdset \
        test-conf-files \
+       test-conf-parser \
        test-capability \
        test-async \
        test-ratelimit \
@@ -2080,6 +2081,12 @@ test_conf_files_LDADD = \
        libsystemd-label.la \
        libsystemd-shared.la
 
+test_conf_parser_SOURCES = \
+       src/test/test-conf-parser.c
+
+test_conf_parser_LDADD = \
+       libsystemd-shared.la
+
 test_bus_policy_SOURCES = \
        src/bus-proxyd/test-bus-xml-policy.c