meson: run the test suite per group
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 26 Jun 2019 22:31:01 +0000 (08:31 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 8 Jul 2019 03:46:20 +0000 (13:46 +1000)
commit7b9affcf4b42a203d64a42eeb63e8aaab49a317f
tree3179ee165cabe31896d4d78bd97c9336e390789f
parent47cf7e0995ae106eb5e1b3b6e4ef9234b88b8265
meson: run the test suite per group

We can't run this in parallel so it doesn't gain us any speed advantage. If
anything, it'll be slower because it's more setup time in between. But: meson
doesn't display the result until the test suite finished, so having this
broken up into smaller chunks means we're more likely to see a general failure
early.

And the failure should be quicker to reproduce as well.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
test/litest.c