[PATCH 15/15] tests: deactivated the compilation of test until it can get some love



From: Guillaume Emont <guijemont igalia com>

---
 test/Makefile.am |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 63b2832..0b6e4cd 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -7,17 +7,18 @@
 
 INCLUDES = @DEPS_CFLAGS@
 
-noinst_PROGRAMS = test test_local_metadata
-
-test_SOURCES =	\
-	main.c
-
-test_CFLAGS =	\
-	-DPREFIX=$(prefix)
-
-test_LDADD =		\
-	@DEPS_LIBS@
+noinst_PROGRAMS = test_local_metadata
+#noinst_PROGRAMS += test
 
+#test_SOURCES =	\
+#	main.c
+#
+#test_CFLAGS =	\
+#	-DPREFIX=$(prefix)
+#
+#test_LDADD =		\
+#	@DEPS_LIBS@
+#
 test_local_metadata_SOURCES =  \
 	test_local_metadata.c
 
-- 
1.7.5.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]