From 0a070e2f6037cdaee3a71f5062ee900d8a0ebf33 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Oct 2019 19:20:22 +0200 Subject: Put Python tests in their own group so they are visible --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index 69e9c7f..98625d3 100644 --- a/wscript +++ b/wscript @@ -449,7 +449,9 @@ def test(tst): check(['./test/lilv_test']) if tst.is_defined('LILV_CXX'): check(['./test/lilv_cxx_test']) - if tst.env.LILV_PYTHON: + + if tst.env.LILV_PYTHON: + with tst.group('python') as check: check(['python', '-m', 'unittest', 'discover', 'bindings/']) with tst.group('plugin') as check: -- cgit v1.2.1