|
#############################################################################
##
#W testall.g
#Y Copyright (C) 2021 Wilf A. Wilson
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
LoadPackage("digraphs", false);;
opts := rec(earlyStop := false);
if SizeBlist([DigraphsTestInstall(),
DigraphsTestStandard(opts),
DIGRAPHS_RunTest(DigraphsTestManualExamples),
DigraphsTestExtreme(opts)]) = 4 then
QUIT_GAP(0);
else
QUIT_GAP(1);
fi;
FORCE_QUIT_GAP(1); # if we ever get here, there was an error
[ Dauer der Verarbeitung: 0.19 Sekunden
(vorverarbeitet)
]
|