summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b2a40ec46b..1b06ffb98c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1431,6 +1431,7 @@ tests += \
test-escape \
test-alloc-util \
test-proc-cmdline \
+ test-io-util \
test-fs-util \
test-web-util \
test-stat-util \
@@ -1776,6 +1777,12 @@ test_alloc_util_SOURCES = \
test_alloc_util_LDADD = \
libbasic.la
+test_io_util_SOURCES = \
+ src/test/test-io-util.c
+
+test_io_util_LDADD = \
+ libbasic.la
+
test_fs_util_SOURCES = \
src/test/test-fs-util.c