Add a unified test runner for better test output.
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,8 +16,8 @@ docs: doc/vcard/vcard.html
|
|||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
#@for t in $(TESTS); do $$t; done
|
nimble c tests/runner.nim
|
||||||
nimble --warning:BareExcept:off test
|
./tests/runner
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: test
|
install: test
|
||||||
|
|||||||
1
tests/runner.nim
Normal file
1
tests/runner.nim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
import ./[tlexer, tvcard3, tvcard4]
|
||||||
Reference in New Issue
Block a user