[tracker/wal: 24/24] Fix steroids test to work without installation
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wal: 24/24] Fix steroids test to work without installation
- Date: Fri, 13 Aug 2010 10:06:54 +0000 (UTC)
commit fed9ba27edccc7ee610fb98b910a8f48855cb730
Author: Jürg Billeter <j bitron ch>
Date: Fri Aug 13 11:50:46 2010 +0200
Fix steroids test to work without installation
tests/tracker-steroids/tracker-test.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 2c060bb..9568e7d 100644
--- a/tests/tracker-steroids/tracker-test.c
+++ b/tests/tracker-steroids/tracker-test.c
@@ -624,6 +624,9 @@ main (gint argc, gchar **argv)
g_type_init ();
g_test_init (&argc, &argv, NULL);
+ /* do not require prior installation */
+ g_setenv ("TRACKER_SPARQL_MODULE_PATH", "../../src/libtracker-bus/.libs", TRUE);
+
connection = tracker_sparql_connection_get (NULL);
insert_test_data ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]