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

Quelle  teststandard.g   Sprache: unbekannt

 
#############################################################################
##
#W  teststandard.g
#Y  Copyright (C) 2018-2022                                 Wilf A. Wilson
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##
LoadPackage("semigroups", false);;
# These "{No} errors detected" lines currently have to be printed in this way
# to satisfy the automated GAP testing system that runs on Jenkins.
if SemigroupsTestInstall()
    and SemigroupsTestStandard(rec(suppressStatusMessage := true))
    and SEMIGROUPS.TestManualExamples() then
  Print("#I  No errors detected while testing\n\n");
  QUIT_GAP(0);
else
  Print("#I  Errors detected while testing\n\n");
  QUIT_GAP(1);
fi;
FORCE_QUIT_GAP(1); # if we ever get here, there was an error

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]