X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=698a7b0f3f68decda5b63d195f84086a4d74434f;hb=bc9992978cd1456b5bb79e72e8cf7a2331d3a7c6;hp=a10c306cebc776c652c722bd94cde2dcf161136b;hpb=493657337ad8569e0998a3afa7d6fb357757364a;p=elogind.git diff --git a/Makefile.am b/Makefile.am index a10c306ce..698a7b0f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -861,8 +861,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/audit.h \ src/shared/xml.c \ src/shared/xml.h \ - src/shared/condition-util.c \ - src/shared/condition-util.h \ + src/shared/condition.c \ + src/shared/condition.h \ src/shared/bus-label.c \ src/shared/bus-label.h \ src/shared/gpt.h \ @@ -1321,6 +1321,7 @@ tests += \ test-env-replace \ test-strbuf \ test-strv \ + test-path \ test-path-util \ test-strxcpyx \ test-unit-name \ @@ -1357,7 +1358,7 @@ tests += \ test-capability \ test-async \ test-ratelimit \ - test-condition-util \ + test-condition \ test-uid-range \ test-bus-policy \ test-locale-util \ @@ -1517,10 +1518,10 @@ test_copy_SOURCES = \ test_copy_LDADD = \ libsystemd-shared.la -test_condition_util_SOURCES = \ - src/test/test-condition-util.c +test_condition_SOURCES = \ + src/test/test-condition.c -test_condition_util_LDADD = \ +test_condition_LDADD = \ libsystemd-shared.la \ libsystemd-internal.la \ libsystemd-capability.la \ @@ -1809,6 +1810,15 @@ test_path_util_SOURCES = \ test_path_util_LDADD = \ libsystemd-shared.la +test_path_SOURCES = \ + src/test/test-path.c + +test_path_CFLAGS = \ + $(AM_CFLAGS) + +test_path_LDADD = \ + libsystemd-core.la + test_strxcpyx_SOURCES = \ src/test/test-strxcpyx.c