Revision 1e80ee2278ae9a8a652cdb1bbf21b982eac43da1 authored by Sebastian Gutsche on 03 December 2015, 14:18:10 UTC, committed by Sebastian Gutsche on 03 December 2015, 14:18:10 UTC
2 parent s a345208 + fd119f0
Raw File
maketest.g
## This file is automatically generated
## Standard maketest.g for the homalg project

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