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:
parent
a51039330c
commit
9b6ada7c89
5 changed files with 433 additions and 9 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.PHONY: check test
|
||||
|
||||
check: test
|
||||
|
||||
test:
|
||||
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v
|
||||
Loading…
Add table
Add a link
Reference in a new issue