diff --git a/Makefile b/Makefile index 57782fb..27cb0b8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/tests/runner.nim b/tests/runner.nim new file mode 100644 index 0000000..17992d3 --- /dev/null +++ b/tests/runner.nim @@ -0,0 +1 @@ +import ./[tlexer, tvcard3, tvcard4]