-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate testextra from teststandard (#3362)
Co-Authored-By: alex-konovalov <alex-konovalov@users.noreply.github.com>
- Loading branch information
1 parent
48bfb20
commit 31d7def
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
############################################################################# | ||
## | ||
## This file is part of GAP, a system for computational discrete algebra. | ||
## | ||
## Copyright of GAP belongs to its developers, whose names are too numerous | ||
## to list here. Please refer to the COPYRIGHT file for details. | ||
## | ||
## SPDX-License-Identifier: GPL-2.0-or-later | ||
## | ||
## This file exercises 'tst/testextra' tests, which are very slow. | ||
## | ||
## To run it, use this command: | ||
## | ||
## gap> Read( Filename( DirectoriesLibrary( "tst" ), "testextra.g" ) ); | ||
## | ||
|
||
Print( "You should start GAP4 using `gap -A -x 80 -r -m 100m -o 1g -K 2g'.\n\n" ); | ||
|
||
dirs := [ | ||
DirectoriesLibrary( "tst/testextra" ) | ||
]; | ||
TestDirectory( dirs, rec(exitGAP := true) ); | ||
|
||
# Should never get here | ||
FORCE_QUIT_GAP(1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters