muon/tests/meson.build
Stone Tickle e67083d2e5
filter project tests without python
This will allow us to safely run project tests even when python isn't
installed.
2022-11-16 12:27:58 -05:00

11 lines
308 B
Meson

# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
add_test_setup('valgrind', exclude_suites: 'project', exe_wrapper: ['valgrind'])
add_test_setup('no_python', exclude_suites: 'requires_python')
subdir('fmt')
subdir('fuzz')
subdir('lang')
subdir('project')