From 316c945cea7cec553eab55ae30a39f13f96db366 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 18 Dec 2021 11:21:05 -0500 Subject: Run unit tests as part of make test Signed-off-by: Matthew Peveler --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index e32bbb9..153a8d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -150,4 +150,5 @@ dist: manpages MANIFEST .PHONY: test test: python3 -m asciidoc.asciidoc --doctest + python3 -m pytest python3 tests/testasciidoc.py run -- cgit v1.2.1