Incorporate the tests generated by AutoDoc into tst/testall.g

This commit is contained in:
Glen Whitney 2018-08-21 13:05:02 -07:00
parent 31773603de
commit 0cef163077
5 changed files with 42 additions and 5 deletions

View file

@ -2,5 +2,8 @@
# build the documentation for RAQ via AutoDoc
LoadPackage("AutoDoc");
AutoDoc(rec(autodoc := rec(files := ["README.md"])));
AutoDoc(rec(
autodoc := rec(files := ["README.md"]),
maketest := rec(name := "tst/AutoDoc_tests.g")
));
QUIT;