X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=e332183a643361b50c48a1e83f1214236ce179e2;hb=cfbc22abd0525570a6e58968d518ea9a7d0403ba;hp=c23afdf17317a3742c59f8d88dd289d7d88808f4;hpb=fb5d873cfd4606383964c707da0ec21ebaa1c04b;p=elogind.git diff --git a/Makefile.am b/Makefile.am index c23afdf17..e332183a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1157,14 +1157,16 @@ noinst_PROGRAMS += \ test-watchdog \ test-unit-name \ test-log \ - test-unit-file + test-unit-file \ + test-date TESTS += \ test-job-type \ test-env-replace \ test-strv \ test-unit-name \ - test-unit-file + test-unit-file \ + test-data test_engine_SOURCES = \ src/test/test-engine.c @@ -1226,6 +1228,12 @@ test_log_SOURCES = \ test_log_LDADD = \ libsystemd-core.la +test_date_SOURCES = \ + src/test/test-date.c + +test_date_LDADD = \ + libsystemd-core.la + test_daemon_SOURCES = \ src/test/test-daemon.c