summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-12-18 10:51:01 -0500
committerMatthew Peveler <matt.peveler@gmail.com>2021-12-18 11:09:14 -0500
commit12d45d75401c481a0a443a57ec83baba5c361db9 (patch)
tree4391cbd36880f33e4a05f106ef77d1c9e61addb4
parentace8de363b031f9fa31657bff9017c2afd60938b (diff)
downloadasciidoc-py3-12d45d75401c481a0a443a57ec83baba5c361db9.tar.gz
Fix running make test
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4c4437f..e32bbb9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -149,5 +149,5 @@ dist: manpages MANIFEST
## test: run the asciidoc test suite
.PHONY: test
test:
- python3 ./asciidoc/asciidoc.py --doctest
+ python3 -m asciidoc.asciidoc --doctest
python3 tests/testasciidoc.py run