aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index f2bcab615..abc3d989b 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -107,7 +107,9 @@ check_PROGRAMS = \
107 test_fs_getopt \ 107 test_fs_getopt \
108 test_fs_uri 108 test_fs_uri
109 109
110TESTS = $(check_PROGRAMS) 110TESTS = test_fs_uri
111
112# $(check_PROGRAMS)
111 113
112test_fs_collection_SOURCES = \ 114test_fs_collection_SOURCES = \
113 test_fs_collection.c 115 test_fs_collection.c