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 1b06ffb98c..5e536dd9a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1432,6 +1432,7 @@ tests += \
test-alloc-util \
test-proc-cmdline \
test-io-util \
+ test-glob-util \
test-fs-util \
test-web-util \
test-stat-util \
@@ -1783,6 +1784,12 @@ test_io_util_SOURCES = \
test_io_util_LDADD = \
libbasic.la
+test_glob_util_SOURCES = \
+ src/test/test-glob-util.c
+
+test_glob_util_LDADD = \
+ libbasic.la
+
test_fs_util_SOURCES = \
src/test/test-fs-util.c