summaryrefslogtreecommitdiff
path: root/tests/functional-tests/common/utils/.gitignore
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-01 18:05:50 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-12-18 18:40:33 +0000
commitd8cddb51fc8b4c341bb928674034b47fe1c0e723 (patch)
tree37cf81b52d6051a365dd13ee8f37538036ef35b0 /tests/functional-tests/common/utils/.gitignore
parent7036a21d7dea0b5e53c6b751b5472d9f72082645 (diff)
downloadtracker-wip/sam/meson-functional-tests.tar.gz
functional-tests: Fix configuration to work with Mesonwip/sam/meson-functional-tests
Previously the functional-test suite would test the installed version of Tracker, but would need to be run from a configured Tracker source+build tree. I have changed how things are configured and now with Meson the functional tests can be run completely from the build tree, without needing to install anything. The Autotools `make functional-test` target works the same as before. Instead of generating a Python source file that contains the build-time configuration, we write that to a .json file which is read when the common.utils.configuration module is imported. This controls the locations of the various things that the tests require, which allows us to support any kind fo build tree layout. With the new setup it should also be possible to add a target that explicitly installs the functional tests, with a different configuration.json file such that they test the installed version of Tracker. That's not yet implemented.
Diffstat (limited to 'tests/functional-tests/common/utils/.gitignore')
-rw-r--r--tests/functional-tests/common/utils/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional-tests/common/utils/.gitignore b/tests/functional-tests/common/utils/.gitignore
deleted file mode 100644
index 7c0b74684..000000000
--- a/tests/functional-tests/common/utils/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-configuration.py