test: add headless test framework

This commit is contained in:
2026-05-07 02:07:35 +02:00
parent 55effc0a67
commit e9d13627c8
10 changed files with 398 additions and 257 deletions
+11
View File
@@ -0,0 +1,11 @@
.PHONY: all check lint test
all: check
check: lint test
test:
@scripts/test
lint:
@scripts/lint