tracker r1747 - in branches/indexer-split: . tests tests/common tests/scripts tests/trackerd/xesam



Author: ifrade
Date: Tue Jun 24 13:55:06 2008
New Revision: 1747
URL: http://svn.gnome.org/viewvc/tracker?rev=1747&view=rev

Log:
Initial tests for tracker-db-manager

Modified:
   branches/indexer-split/ChangeLog
   branches/indexer-split/tests/Makefile.am
   branches/indexer-split/tests/common/Makefile.am
   branches/indexer-split/tests/scripts/Makefile.am
   branches/indexer-split/tests/trackerd/xesam/Makefile.am

Modified: branches/indexer-split/tests/Makefile.am
==============================================================================
--- branches/indexer-split/tests/Makefile.am	(original)
+++ branches/indexer-split/tests/Makefile.am	Tue Jun 24 13:55:06 2008
@@ -1,4 +1,4 @@
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = common libtracker-common trackerd scripts
+SUBDIRS = common libtracker-common trackerd scripts libtracker-db
 

Modified: branches/indexer-split/tests/common/Makefile.am
==============================================================================
--- branches/indexer-split/tests/common/Makefile.am	(original)
+++ branches/indexer-split/tests/common/Makefile.am	Tue Jun 24 13:55:06 2008
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.decl
+
 noinst_LTLIBRARIES = libtracker-testcommon.la
 
 INCLUDES = $(GLIB2_CFLAGS)

Modified: branches/indexer-split/tests/scripts/Makefile.am
==============================================================================
--- branches/indexer-split/tests/scripts/Makefile.am	(original)
+++ branches/indexer-split/tests/scripts/Makefile.am	Tue Jun 24 13:55:06 2008
@@ -1 +1,3 @@
+include $(top_srcdir)/Makefile.decl
+
 noinst_SCRIPTS = dummy_data_start.sh dummy_data_stop.sh

Modified: branches/indexer-split/tests/trackerd/xesam/Makefile.am
==============================================================================
--- branches/indexer-split/tests/trackerd/xesam/Makefile.am	(original)
+++ branches/indexer-split/tests/trackerd/xesam/Makefile.am	Tue Jun 24 13:55:06 2008
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.decl
+
 if HAVE_XESAM_GLIB
 
 noinst_LTLIBRARIES = libxesamhelper.la



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