X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=93fd3773e6fd61547005dbeb1f23abcb5337a353;hp=88662c01442f697aa2225cc9cbb7c9713f8a0d05;hb=539ad707db5361e7fbe0076615a92456fd34f7df;hpb=4f19b1df41b9a1971989ffd858d0a2f6977b01c8 diff --git a/Makefile.am b/Makefile.am index 88662c014..93fd3773e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1231,6 +1231,7 @@ noinst_tests += \ test-strv \ test-unit-name \ test-unit-file \ + test-util \ test-date \ test-sleep \ test-replace-var \ @@ -1314,6 +1315,15 @@ test_unit_file_CFLAGS = \ test_unit_file_LDADD = \ libsystemd-core.la +test_util_SOURCES = \ + src/test/test-util.c + +test_util_CFLAGS = \ + $(AM_CFLAGS) + +test_util_LDADD = \ + libsystemd-core.la + test_log_SOURCES = \ src/test/test-log.c