summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-12-18 11:21:05 -0500
committerMatthew Peveler <matt.peveler@gmail.com>2021-12-18 11:21:05 -0500
commit316c945cea7cec553eab55ae30a39f13f96db366 (patch)
treeaa695479820773941ff0e57cc0e7f1b4d2f8356d
parent85f4e65adbe6f38559c905bf1290a3efbe96dda4 (diff)
downloadasciidoc-py3-316c945cea7cec553eab55ae30a39f13f96db366.tar.gz
Run unit tests as part of make test
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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