summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-02-22 16:21:55 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-02-22 16:44:28 -0600
commit247ef5899947a3b63c2adb033705c46555250529 (patch)
treec4ed8e9d205abeec951cfc2bf46b5e7b5756bfc6 /meson_options.txt
parentb56f9ccbba5f2d99768caba5ddf2b35b5bc54ce3 (diff)
downloadepiphany-247ef5899947a3b63c2adb033705c46555250529.tar.gz
Revert "Just stop running all the tests"
This reverts commit 3d674bbdf9713a2ea7bdeead6bee9e4c8e337b19.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9e168267b..4afbd841e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,6 +24,6 @@ option('tech_preview',
option('unit_tests',
type: 'boolean',
- value: false,
+ value: true,
description: 'Enable unit tests'
)