mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-29 19:04:20 +00:00
11 lines
308 B
Meson
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')
|