RAQ/maketest.g

14 lines
585 B
Plaintext

## This file is automatically generated by AutoDoc.
## Changes will be discarded by the next call of the AutoDoc method.
AUTODOC_file_scan_list := [ "../PackageInfo.g", "../init.g", "../lib/byconj.gd", "../lib/byconj.gi", "../lib/bytable.gd", "../lib/bytable.gi", "../lib/constructions.gd", "../lib/constructions.gi", "../lib/structure.gd", "../lib/structure.gi", "../read.g" ];
LoadPackage( "GAPDoc" );
example_tree := ExtractExamples( Directory("./doc/"), "RAQ.xml", AUTODOC_file_scan_list, 500 );
RunExamples( example_tree, rec( compareFunction := "uptowhitespace" ) );
QUIT;