mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 17:06:29 +00:00
Allow specifying MODULE in make test-core for convenience
This commit is contained in:
@@ -336,7 +336,11 @@ test:
|
|||||||
|
|
||||||
.PHONY: test-core
|
.PHONY: test-core
|
||||||
test-core:
|
test-core:
|
||||||
|
ifndef MODULE
|
||||||
pytest -p no:pytest-blender test/core
|
pytest -p no:pytest-blender test/core
|
||||||
|
else
|
||||||
|
pytest -p no:pytest-blender test/core/test_${MODULE}.py
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: test-bim
|
.PHONY: test-bim
|
||||||
test-bim:
|
test-bim:
|
||||||
|
|||||||
Reference in New Issue
Block a user