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



commit 9449010291973688456adf446648e97214a4d92d
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 b7daa7f..7865832 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-steroids	\
@@ -18,3 +17,7 @@ SUBDIRS = 			\
 if DIST_FUNCTIONAL_TESTS
 SUBDIRS += functional-tests
 endif
+
+if HAVE_TRACKER_FTS
+SUBDIRS += libtracker-fts
+endif



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