aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 17ec6c20..e705d8dc 100644
--- a/meson.build
+++ b/meson.build
@@ -90,6 +90,7 @@ cc_args = cc.get_supported_arguments([
# tests are enabled by default
enable_tests = get_option('tests')
+config_h.set('WITH_TESTS', enable_tests)
# strict flags to use in debug builds
if get_option('buildtype').contains('debug')