Right now, this contains (almost?) all examples in a row. It runs very long, and if GAP crashes in the middle, we get no feedback.
It would be much better if every involved example was turned into a tst file of its own, say in tst/example/NAME.tst. Then, we can run them all using TestDirectory.
The big advantage of this is that in case of a test failure, it'll be much easier to determined which example is affected.
Right now, this contains (almost?) all examples in a row. It runs very long, and if GAP crashes in the middle, we get no feedback.
It would be much better if every involved example was turned into a tst file of its own, say in
tst/example/NAME.tst
. Then, we can run them all using TestDirectory.The big advantage of this is that in case of a test failure, it'll be much easier to determined which example is affected.