[tracker/disable-fts: 3/10] FTS tests: only run if FTS enabled



commit d4f01eaaf58bcdc2dedcd11133e5dc91e31c4992
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Jun 15 12:01:35 2010 +0200

    FTS tests: only run if FTS enabled

 tests/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3b90efb..a921cb2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS = 			\
 	libtracker-miner	\
 	libtracker-data		\
 	libtracker-db 		\
-	libtracker-fts 		\
 	tracker-miner-fs	\
 	tracker-extract		\
 	tracker-store		\
@@ -16,4 +15,8 @@ SUBDIRS = 			\
 
 if DIST_FUNCTIONAL_TESTS
 SUBDIRS += functional-tests
+endif
+
+if HAVE_TRACKER_FTS
+SUBDIRS += libtracker-fts
 endif
\ No newline at end of file



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