summaryrefslogtreecommitdiff
path: root/tests/functional-tests/common/utils/configuration.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/common/utils/configuration.py.in')
-rw-r--r--tests/functional-tests/common/utils/configuration.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional-tests/common/utils/configuration.py.in b/tests/functional-tests/common/utils/configuration.py.in
index 0ea699d7a..209c677d8 100644
--- a/tests/functional-tests/common/utils/configuration.py.in
+++ b/tests/functional-tests/common/utils/configuration.py.in
@@ -45,6 +45,9 @@ TRACKER_EXTRACT_IFACE = "org.freedesktop.Tracker1.Extract"
WRITEBACK_BUSNAME = "org.freedesktop.Tracker1.Writeback"
+TEST_MOUNTER_BUSNAME = "org.freedesktop.Tracker1.TestMounter"
+TEST_MOUNTER_OBJ_PATH = "/org/freedesktop/Tracker1/TestMounter"
+TEST_MOUNTER_IFACE = "org.freedesktop.Tracker1.TestMounter"
DCONF_MINER_SCHEMA = "org.freedesktop.Tracker.Miner.Files"
@@ -73,10 +76,12 @@ RAW_EXEC_DIR = "@libexecdir@"
RAW_DATA_DIR = "@datadir@"
RAW_DATAROOT_DIR = "@datarootdir@"
RAW_BINDIR = "@bindir@"
+RAW_LIBDIR = "@libdir@"
EXEC_PREFIX = os.path.normpath (expandvars (RAW_EXEC_DIR))
DATADIR = os.path.normpath (expandvars (RAW_DATA_DIR))
BINDIR = os.path.normpath (expandvars (RAW_BINDIR))
+LIBDIR = os.path.normpath (expandvars (RAW_LIBDIR))
haveMaemo = ("@HAVE_MAEMO_TRUE@" == "")
haveUpstart = ("@HAVE_UPSTART_TRUE@" == "")