chiark / gitweb /
tests: add tests of strxcpyx
[elogind.git] / Makefile.am
index 2b7d78ccf5c0f502687fbcbf95ed1c1bc379579b..8a7c2b67aaf5d9677b4f6f7b7a55d8e1f0ea25da 100644 (file)
@@ -1007,6 +1007,7 @@ noinst_tests += \
        test-env-replace \
        test-strbuf \
        test-strv \
+       test-strxcpyx \
        test-unit-name \
        test-unit-file \
        test-util \
@@ -1178,6 +1179,12 @@ test_strv_LDADD = \
        libsystemd-shared.la \
        libsystemd-id128-internal.la
 
+test_strxcpyx_SOURCES = \
+       src/test/test-strxcpyx.c
+
+test_strxcpyx_LDADD = \
+       libsystemd-shared.la
+
 test_install_SOURCES = \
        src/test/test-install.c