X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=86ad16888a075763c37fbe069dde99bf4f01e607;hp=2eae8773fc18770b7221382bb28b5268777261a0;hb=76877b46b652fbfcf8618458556178717b815cd8;hpb=13cbf3a5f0cf4a1d89413d0ffc4a9067b1d6d1a8;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 2eae8773f..86ad16888 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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