chiark / gitweb /
shared: rework env file reader
[elogind.git] / Makefile.am
index bcd26a478057ca2a6598b9cccc10d6e133c54a0d..9341e28175600d018ef5dfcd45b7edf079060b8c 100644 (file)
@@ -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