Extend coverage of documentation to lib/structure.g[di]
This commit is contained in:
parent
82c69a16a9
commit
e9e38ec41c
6 changed files with 210 additions and 39 deletions
|
@ -9,6 +9,15 @@ TestDirectory(tst_path,
|
|||
testOptions := rec(compareFunction := "uptowhitespace"))
|
||||
);
|
||||
|
||||
# Now make sure the manual tests are up to date
|
||||
|
||||
doc_path := DirectoriesPackageLibrary("RAQ", "doc");
|
||||
makedoc_file := Filename(doc_path, "makedoc.g");
|
||||
|
||||
RAQ_makedoc_no_quit := true;
|
||||
Info(InfoRAQ, 1, "Generating RAQ documentation..\n\n");
|
||||
Read(makedoc_file);
|
||||
|
||||
auto_file := Filename(tst_path, "AutoDoc_tests.g");
|
||||
|
||||
if auto_file <> fail then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue