summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-06-21 16:08:11 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-21 16:22:59 +0200
commite46104a7524577867843a5430139a8b99f3e489e (patch)
tree916477ca453ba3d8bf9b40507fd7e0e5713cbc26 /meson.build
parent31b629239f2226729dafc7e8c861cdd73194a056 (diff)
downloadtotem-pl-parser-e46104a7524577867843a5430139a8b99f3e489e.tar.gz
build: Fix quvi related tests when distchecking
As we're don't want to run a "distcheck" with a specific command-line option, use an environment variable instead for the tests to tell the videosite code where to find the helper.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/meson.build b/meson.build
index 71ef9c7..30de5e9 100644
--- a/meson.build
+++ b/meson.build
@@ -222,13 +222,6 @@ if enable_libgcrypt != 'no'
endif
endif
-# uninstalled tests
-enable_uninstalled_tests = get_option('enable-uninstalled-tests')
-if enable_uninstalled_tests
- cdata.set('UNINSTALLED_TESTS', true,
- description: 'Uninstalled tests')
-endif
-
# subdirs
plparser_inc = include_directories('plparse')