Add a unified test runner for better test output.

This commit is contained in:
2026-03-28 10:03:43 -05:00
parent c9de20f3a7
commit 3d2d40667d
2 changed files with 3 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ docs: doc/vcard/vcard.html
.PHONY: test
test:
#@for t in $(TESTS); do $$t; done
nimble --warning:BareExcept:off test
nimble c tests/runner.nim
./tests/runner
.PHONY: install
install: test