diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-02-13 13:44:48 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-02-13 13:44:48 +0100 |
commit | a9390a902828ad621a87a47a426ca122ed8be030 (patch) | |
tree | a5d7fcc7abaa2e5fd11e35c7d9154e23593ad1da /tests | |
parent | f33fd2c8f35b7ee1852f62f3f7389b09075e1e0f (diff) |
meson.build: Specify 'check' option in run_command()
The default value will be changed in future Meson releases.
Don't use deprecated python3.path() and execute(..., gui_app: ...).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index eb2f69c..7854d5e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -36,7 +36,6 @@ if can_test cpp_args: ex[3] + boost_test_modname_flag + cairomm_tests_extra_cppargs, dependencies: [cairomm_own_dep, test_dep], implicit_include_directories: false, - gui_app: false, build_by_default: build_tests, ) |