Revision a3547b4b9bc9b196365944a947a466ab3571af84 authored by Mohamed Barakat on 11 December 2015, 09:07:11 UTC, committed by Mohamed Barakat on 11 December 2015, 09:07:11 UTC
2 parent s 0b4d20f + 256fe05
Raw File
maketest.g
## This file is automatically generated
## Standard maketest.g for the homalg project

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