From 12d45d75401c481a0a443a57ec83baba5c361db9 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 18 Dec 2021 10:51:01 -0500 Subject: Fix running make test Signed-off-by: Matthew Peveler --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1