summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-05-16 15:10:53 +0200
committerGitHub <noreply@github.com>2023-05-16 15:10:53 +0200
commitf6aab7bc2a821117b2079f7504ab444dd13f4708 (patch)
tree856f31b645a24db3c66d2b742df9a558ee574bdf
parent52a6d29899f8acd020c8fa5c83111193c87f9305 (diff)
downloadlibproxy-git-f6aab7bc2a821117b2079f7504ab444dd13f4708.tar.gz
Guard PxManager test with pacrunner-duktape option (#215)
Fixes: https://github.com/libproxy/libproxy/issues/213
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 4ae8e7d..c8fe11f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -17,7 +17,7 @@ if get_option('tests')
env: envs
)
- if soup_dep.found()
+ if soup_dep.found() and get_option('pacrunner-duktape')
px_manager_test = executable('test-px-manager',
['px-manager-test.c', 'px-manager-helper.c'],
include_directories: px_backend_inc,