Revision 601d195d1bf75592940e780fb57164d70344f430 authored by Mohamed Barakat on 08 July 2015, 14:41:58 UTC, committed by Mohamed Barakat on 09 July 2015, 16:29:45 UTC
1 parent 87baf14
Raw File
maketest.g
## This file is automatically generated
## Standard maketest.g for the homalg project

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