summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 3 insertions, 1 deletions
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: