Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/cryst/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 25.4.2021 mit Größe 449 B image not shown  

Quelle  testall.g   Sprache: unbekannt

 
LoadPackage( "cryst" );

alltests := DirectoriesPackageLibrary( "cryst", "tst" );

# crystcat tests will only be run if crystcat is present 
exclude  := ["crystcat.tst"];
if LoadPackage( "crystcat" ) = true then
  exclude := [];
fi;

TestDirectory( alltests,
  rec( exclude     := exclude,
       exitGAP     := true,
       testOptions := rec( compareFunction := "uptowhitespace") ) );

FORCE_QUIT_GAP(1); # if we ever get here, there was an error

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]