Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/utils/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 11.8.2025 mit Größe 613 B image not shown  

Quelle  testall.g   Sprache: unbekannt

 
############################################################################
##
#W  testall.g                   Utils Package                  Chris Wensley
##
#Y  Copyright (C) 2015-2023, The GAP Group 
##  

LoadPackage( "utils" ); 

##  first make sure that, if the transferred code has not been read, 
##  then the appropriate packages are loaded. 

if not UtilsLoadingComplete then 
    ReadPackage( "utils", "tst/loadall.g" ); 
fi; 

dir := DirectoriesPackageLibrary( "utils", "tst" );
TestDirectory(dir, rec(exitGAP := true,
    testOptions:=rec(compareFunction := "uptowhitespace")));

FORCE_QUIT_GAP(1);

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]