diff options
author | Sam Thursfield <sam@afuera.me.uk> | 2019-08-07 14:47:00 +0200 |
---|---|---|
committer | Sam Thursfield <sam@afuera.me.uk> | 2019-08-23 12:39:19 +0300 |
commit | 8ae991922d4178f250cbc3e7f0734d558b01b21e (patch) | |
tree | 78fedc7017e0b7785cc340f33287a91451540b64 /utils/meson.build | |
parent | e71c9119c34419a345ffbc80af40a6654a78af28 (diff) | |
download | tracker-8ae991922d4178f250cbc3e7f0734d558b01b21e.tar.gz |
functional-tests: Add new trackertestutils module
This module aims to reduce duplication between tracker.git and
tracker-miners.git. The idea is to share as much code as we can
between the different functional-tests. The tracker-sandbox
script will also be use this library.
The module is installed into Tracker's private library directory.
As it is only needed for development and testing, packagers should split
it into the appropriate -devel package.
Diffstat (limited to 'utils/meson.build')
-rw-r--r-- | utils/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/meson.build b/utils/meson.build index c624b4914..3b7847501 100644 --- a/utils/meson.build +++ b/utils/meson.build @@ -1,3 +1,4 @@ subdir('mtp') subdir('ontology') subdir('tracker-resdump') +subdir('trackertestutils') |