Allow specifying MODULE in make test-core for convenience

This commit is contained in:
Dion Moult
2026-01-28 17:49:31 +11:00
parent 35ae1e927d
commit 79fa47fc2f
+4
View File
@@ -336,7 +336,11 @@ test:
.PHONY: test-core
test-core:
ifndef MODULE
pytest -p no:pytest-blender test/core
else
pytest -p no:pytest-blender test/core/test_${MODULE}.py
endif
.PHONY: test-bim
test-bim: