[tracker/rss-enclosures] FTS tests: only run if FTS enabled
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] FTS tests: only run if FTS enabled
- Date: Sat, 26 Jun 2010 23:29:57 +0000 (UTC)
commit 2ab418080e9f31bf6fde809dec189844c1157e40
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]