tracker r1908 - in branches/indexer-split: . tests/trackerd



Author: ifrade
Date: Tue Jul 22 16:48:04 2008
New Revision: 1908
URL: http://svn.gnome.org/viewvc/tracker?rev=1908&view=rev

Log:
Fixed test building

Added:
   branches/indexer-split/tests/trackerd/example.index   (contents, props changed)
Removed:
   branches/indexer-split/tests/trackerd/run-tests.sh
Modified:
   branches/indexer-split/ChangeLog
   branches/indexer-split/configure.ac

Modified: branches/indexer-split/configure.ac
==============================================================================
--- branches/indexer-split/configure.ac	(original)
+++ branches/indexer-split/configure.ac	Tue Jul 22 16:48:04 2008
@@ -763,6 +763,13 @@
 ])
 
 AC_CONFIG_HEADERS([config.h])
+#
+# Dirty trick to compile the test for trackerd modules 
+# They are not part of a library... so i dont know how to link the test with them
+#
+AC_CONFIG_LINKS(tests/trackerd/tracker-indexer.c:src/trackerd/tracker-indexer.c 
+                tests/trackerd/tracker-indexer.h:src/trackerd/tracker-indexer.h)
+
 
 AC_OUTPUT
 

Added: branches/indexer-split/tests/trackerd/example.index
==============================================================================
Binary file. No diff available.



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