zone-engine/Makefile
tegwick 9b6ada7c89 feat: compile security zone declarations
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a0291a-1e87-7151-9934-fcbfe3f65eb1
2026-08-22 14:19:07 +02:00

6 lines
107 B
Makefile

.PHONY: check test
check: test
test:
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v