[tracker] functional-tests: Install a dconf profile for testing
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] functional-tests: Install a dconf profile for testing
- Date: Tue, 22 Mar 2011 16:01:16 +0000 (UTC)
commit 776423349a4160d8038541783149bdff90c88752
Author: Ivan Frade <ivan frade nokia com>
Date: Thu Mar 17 11:37:44 2011 +0200
functional-tests: Install a dconf profile for testing
tests/functional-tests/Makefile.am | 10 +++++++++-
tests/functional-tests/trackertest.dconf.in | 1 +
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index f9b0924..3350a64 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -24,6 +24,13 @@ config_SCRIPTS += \
tracker-tests.aegis
endif
+dconfdir = $(sysconfdir)/dconf/profile
+dconf_DATA = \
+ tracker-test
+
+trackertest: trackertest.dconf.in
+ cp trackertest.dconf.in trackertest
+
standard_tests = \
01-insertion.py \
02-sparql-bugs.py
@@ -107,7 +114,8 @@ functional-test-slow: ${slow_tests}
EXTRA_DIST = \
$(config_SCRIPTS) \
- create-tests-xml.py
+ create-tests-xml.py \
+ trackertest
if HAVE_MAEMO
CLEANFILES = \
diff --git a/tests/functional-tests/trackertest.dconf.in b/tests/functional-tests/trackertest.dconf.in
new file mode 100644
index 0000000..2ecddfa
--- /dev/null
+++ b/tests/functional-tests/trackertest.dconf.in
@@ -0,0 +1 @@
+trackertest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]