summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-04-29 01:27:17 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-04-29 01:27:17 -0400
commit30f5fb5ad771d886f2e40e0da7fd8bf273370c7b (patch)
tree3ce86854f84017de4bb5e20d97753af531b52be5 /Makefile.in
parentfcc0712eb70321dbdc765d2142baf8ce4ab3c4f7 (diff)
downloadasciidoc-git-30f5fb5ad771d886f2e40e0da7fd8bf273370c7b.tar.gz
add doctests to make test
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5d314f2..af820b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -239,4 +239,6 @@ clean:
## test: run the asciidoc test suite
.PHONY: test
test:
+ python3 ./asciidoc.py --doctest
+ python3 ./asciidocapi.py
python3 tests/testasciidoc.py run