X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=8a7c2b67aaf5d9677b4f6f7b7a55d8e1f0ea25da;hp=2b7d78ccf5c0f502687fbcbf95ed1c1bc379579b;hb=c62c294fd521e5b65bb52f831773916bbc4cd90a;hpb=c65eb8365344eeb72ee2c0b333ab54d925263b3f diff --git a/Makefile.am b/Makefile.am index 2b7d78ccf..8a7c2b67a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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