Revision ebeb961c8b4d1b072b6036c54ab00c88c8b25203 authored by Sebastian Gutsche on 08 June 2015, 13:33:15 UTC, committed by Sebastian Gutsche on 08 June 2015, 13:33:15 UTC
2 parent s 6d9b1de + 48e01ff
Raw File
maketest.g
## This file is automatically generated
## Standard maketest.g for the homalg project

LoadPackage( "HomalgToCAS" );
Read( "ListOfDocFiles.g" );
example_tree := ExtractExamples( DirectoriesPackageLibrary( "HomalgToCAS", "doc" )[1]![1], "HomalgToCAS.xml", list, 500 );
RunExamples( example_tree, rec( compareFunction := "uptowhitespace" ) );
GAPDocManualLab( "HomalgToCAS" );
QUIT;
back to top