meson.build: add the valgrind test setup, exclude python tests
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 22 Jul 2020 23:04:10 +0000 (09:04 +1000)
committerRan Benita <ran@unusedvar.com>
Sat, 25 Jul 2020 08:01:49 +0000 (11:01 +0300)
commitc3d42390f7b3a432cfff351c4296d1244691e0b5
treec07ee609e2af81d164dd70949d5a5f41878a02cd
parentf0b1441f5e595ffdef553b8c40a8be0850f57b60
meson.build: add the valgrind test setup, exclude python tests

This way we can invoke the expected setup with
  meson test --setup=valgrind

And because we don't care about valgrinding python script, mark that test as
part of the "python-tests" suite and skip it during our CI valgrind run.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Ran Benita <ran@unusedvar.com>
.github/workflows/main.yml
meson.build