summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-02-20 17:42:59 -0600
committerJan-Michael Brummer <jan.brummer@tabos.org>2019-02-24 17:23:04 +0000
commitca58a4243180873210265e9b9509edcc52662756 (patch)
tree12baa359c1d9122533185877147329ed51aa4d69 /meson_options.txt
parent5eff78d663c6e248ff68380c7e35b2af5b771ec3 (diff)
downloadepiphany-ca58a4243180873210265e9b9509edcc52662756.tar.gz
Don't run Safe Browsing test by default
Require opt-in to run network tests. Our CI has network, so we'll run it there. Fixes #684
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4a61f9597..62f6c6e11 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,12 @@ option('developer_mode',
description: 'Enable developer mode'
)
+option('network_tests',
+ type: 'boolean',
+ value: false,
+ description: 'Enable tests that require network access, if unit_tests are enabled'
+)
+
option('tech_preview',
type: 'boolean',
value: false,