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

Quelle  test_minimage.tst   Sprache: unbekannt

 
#############################################################################
##
#A  test_minimage.tst            images package                Chris Jefferson
##
##
gap> START_TEST("images package: test_minimage.tst");

# Note that you may use comments in the test file
# and also separate parts of the test by empty lines

# First load the package without banner (the banner must be suppressed to
# avoid reporting discrepancies in the case when the package is already
# loaded)
gap> ReadPackage("images","tst/test_functions.g");;
gap> CheckMinimalImageTransformations();
gap> # CheckMinimalImagePartialPerm();
gap> CheckMinimalImagePerm();
gap> STOP_TEST( "test_minimage.tst", 10000 );
images package: test_minimage.tst
#############################################################################
##
#E

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]