diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-08-15 21:01:05 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-08-15 21:01:05 +0300 |
| commit | 34d3bf2e28138f31faaed55ba98c3088449c9fdf (patch) | |
| tree | 0f56ea533ab12d053283fd4907375a5ebc522b24 /guile | |
| parent | 0714873978a2d02079f001f3313120831dc2cf10 (diff) | |
tests: only build when needed
Build the tests lazily, i.e., not before `meson test`. This helps with
build-times.
Diffstat (limited to 'guile')
| -rw-r--r-- | guile/tests/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guile/tests/meson.build b/guile/tests/meson.build index 07b3790..05bb14e 100644 --- a/guile/tests/meson.build +++ b/guile/tests/meson.build @@ -1,4 +1,4 @@ -## Copyright (C) 2024 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2025 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ if get_option('b_sanitize') == 'none' executable('test-mu-guile', 'test-mu-guile.cc', install: false, + build_by_default: false, cpp_args: [ '-DABS_SRCDIR="' + meson.current_source_dir() + '"', '-DGUILE_LOAD_PATH="' + guile_load_path + '"', |
