Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testinstall/kernel/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 481 B image not shown  

Quelle  modules.tst   Sprache: unbekannt

 
#
# Tests for functions defined in src/modules.c
#
gap> START_TEST("kernel/modules.tst");

#
gap> IS_LOADABLE_DYN(fail);
Error, IS_LOADABLE_DYN: <filename> must be a string (not the value 'fail')

#
gap> LOAD_DYN(fail);
Error, LOAD_DYN: <filename> must be a string (not the value 'fail')

#
gap> LOAD_STAT(fail);
Error, LOAD_STAT: <filename> must be a string (not the value 'fail')
gap> LOAD_STAT("foobar");
false

#
gap> LoadedModules();;

#
gap> STOP_TEST("kernel/modules.tst");

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]