Revision 0a6caa301748efc725958960dbb217b0c2e23509 authored by Sebastian Gutsche on 24 November 2016, 08:45:17 UTC, committed by Sebastian Gutsche on 24 November 2016, 08:45:17 UTC
1 parent 924d97e
Raw File
maketest.g
## This file is automatically generated
## Standard maketest.g for the homalg project

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