feat: compile security zone declarations

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a0291a-1e87-7151-9934-fcbfe3f65eb1
This commit is contained in:
tegwick 2026-08-22 14:19:07 +02:00
parent a51039330c
commit 9b6ada7c89
5 changed files with 433 additions and 9 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: check test
check: test
test:
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v