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

Quelle  testall.g   Sprache: unbekannt

 
LoadPackage("GBNP");

real_START_TEST := START_TEST;
START_TEST := function( name )
    real_START_TEST( name );

        # reset printing
        GBNP.ConfigPrint();

        # reset Info levels
        SetInfoLevel(InfoGBNP,0);
        SetInfoLevel(InfoGBNPTime,0);

        # reset options
        GBNP.ClearOptions();

        # reset names of polynomial indeterminates
        RationalFunctionsFamily( ElementsFamily( FamilyObj( Rationals)))!.namesIndets := [];
end;

dirs := DirectoriesPackageLibrary("GBNP", "tst");
TestDirectory(dirs,
  rec(exitGAP     := true,
      testOptions := rec(compareFunction := "uptowhitespace") ) );
FORCE_QUIT_GAP(1);

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]