From 9edd3ac276d81be6148e5c95bc3d5eae5e83ff38 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 22 Apr 2011 07:19:01 +0000 Subject: [PATCH] disable-tests --- src/fs/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 4fbeb9d71..f980f4206 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -173,7 +173,8 @@ check_SCRIPTS = \ test_gnunet_fs_idx.py endif -if !DISABLE_TEST_RUN +#if !DISABLE_TEST_RUN +if 0 TESTS = \ test_fs_directory \ test_fs_download \ @@ -198,6 +199,8 @@ TESTS = \ endif + + test_fs_directory_SOURCES = \ test_fs_directory.c test_fs_directory_LDADD = \ -- 2.25.1