11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
# tst/testall.g RAQ
|
|
|
|
LoadPackage( "RAQ" );
|
|
|
|
TestDirectory(DirectoriesPackageLibrary("RAQ","tst"),
|
|
rec(exitGAP := true,
|
|
testOptions := rec(compareFunction := "uptowhitespace"))
|
|
);
|
|
|
|
FORCE_QUIT_GAP(1); # should be unreachable
|