Revision dcc7360245e226c81848555702f692a02fca857b authored by Mohamed Barakat on 01 April 2015, 12:50:53 UTC, committed by Mohamed Barakat on 01 April 2015, 13:19:26 UTC
1 parent be3dcb6
Raw File
maketest.g
LoadPackage( "ToricVarieties" );
LoadPackage( "IO_ForHomalg" );

HOMALG_IO.show_banners := false;

HOMALG_IO.suppress_PID := true;

HOMALG_IO.use_common_stream := true;

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