Revision fe5145e94b5f197ddb94b13aa57d2013c787582b authored by Ewgenij Gawrilow on 16 July 2016, 19:24:41 UTC, committed by Ewgenij Gawrilow on 16 July 2016, 19:24:41 UTC
- add missing includes for C++14
- correct configuration of compiler
- adjust to new syntax of big object methods and function calls
- adjust to new signatures of lattice_tools
- remove some superfluous data copying
1 parent 0e5a017
Raw File
maketest.g
## This file is automatically generated
## Standard maketest.g for the homalg project

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