]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: Assign tests a suite based on their directory
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 3 Jul 2022 11:44:05 +0000 (13:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 4 Jul 2022 12:46:30 +0000 (14:46 +0200)
commitc3191c6d4f3c66b78d66f1fa31f63d92db6f6fd7
tree14f8e26f2aa4461f201275eb84e518c111fd16f2
parent5932c870004fbcb3c25ca3fceb92b640f3406c88
meson: Assign tests a suite based on their directory

This can be used to run only a subset of tests, e.g.
"meson test -C build --suite journal" to run only the journal
unit tests.
meson.build