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

 
Spracherkennung für: .g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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.26 Sekunden  ]