diff options
author | David Robillard <d@drobilla.net> | 2023-08-23 19:13:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-08-23 19:25:23 -0400 |
commit | 63215f20a8d941ed2b70bc656f10d41ea6ddd4ca (patch) | |
tree | 26ae1188d3a78be4d63ec83a6b6b59c53ddf1eda /test | |
parent | 1420be7916429425f826a214d2bc7e1e19ae11e8 (diff) | |
download | zix-63215f20a8d941ed2b70bc656f10d41ea6ddd4ca.tar.gz zix-63215f20a8d941ed2b70bc656f10d41ea6ddd4ca.tar.bz2 zix-63215f20a8d941ed2b70bc656f10d41ea6ddd4ca.zip |
Clean up C++ test configuration and documentation
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/meson.build b/test/meson.build index 6691f46..72d723b 100644 --- a/test/meson.build +++ b/test/meson.build @@ -159,11 +159,7 @@ if cc.get_id() != 'emscripten' ) endif -if not get_option('tests_cpp').disabled() and add_languages( - ['cpp'], - native: false, - required: get_option('tests_cpp').enabled(), -) +if add_languages(['cpp'], native: false, required: get_option('tests_cpp')) cpp = meson.get_compiler('cpp') cpp_test_args = [] |