Skip to content

Commit

Permalink
Fix Testing section in dev guidelines (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jun 27, 2024
1 parent e5bf467 commit 1a9d941
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,12 @@ multiple parts.
- `testinstall`: quick test suite that one can test frequently.
Run via `./gap tst/testinstall.g`
- `teststandard`: slower but more comprehensive test suite.
Run via `./gap tst/testinstall.g`
Run via `./gap tst/teststandard.g`
- `testextra`: very slow test suite that tests even more
Run via `./gap tst/testextra.g`
- `testbugfix`: additional small test files that are created to verify
specific bugfixes work as intended
Run via `./gap tst/testbugfix.g`
- `testinstall`: quick test suite that one can test frequently.
Run via `./gap tst/testinstall.g`


## Tracking down regressions
Expand Down

0 comments on commit 1a9d941

Please sign in to comment.