user-engine/Makefile

18 lines
396 B
Makefile
Raw Permalink Normal View History

.PHONY: test test-unit test-scenarios test-integration test-conformance check-layer
PYTHON ?= python3
test: test-unit check-layer
2026-05-22 21:39:10 +02:00
test-unit:
PYTHONPATH=src $(PYTHON) -m unittest discover -s tests -p 'test_*.py'
2026-05-22 21:39:10 +02:00
test-scenarios: test-unit
test-integration: test-unit
test-conformance: test-unit check-layer
check-layer:
PYTHONPATH=src $(PYTHON) scripts/check_layer_conformance.py --report