X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=9341e28175600d018ef5dfcd45b7edf079060b8c;hp=bcd26a478057ca2a6598b9cccc10d6e133c54a0d;hb=f73141d7657b3f60b8669bc8386413d8a8a372c6;hpb=7f602784de4fd378120e8ebfe6d830862b9cae03 diff --git a/Makefile.am b/Makefile.am index bcd26a478..9341e2817 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1087,7 +1087,8 @@ noinst_tests += \ test-calendarspec \ test-strip-tab-ansi \ test-cgroup-util \ - test-prioq + test-prioq \ + test-fileio EXTRA_DIST += \ test/sched_idle_bad.service \ @@ -1187,6 +1188,15 @@ test_prioq_CFLAGS = \ test_prioq_LDADD = \ libsystemd-core.la +test_fileio_SOURCES = \ + src/test/test-fileio.c + +test_fileio_CFLAGS = \ + $(AM_CFLAGS) + +test_fileio_LDADD = \ + libsystemd-core.la + test_log_SOURCES = \ src/test/test-log.c