Incorporate the tests generated by AutoDoc into tst/testall.g
This commit is contained in:
parent
31773603de
commit
0cef163077
5 changed files with 42 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue