summaryrefslogtreecommitdiffstats
path: root/tst/testall.g
blob: 7a8c927e9d1df6176b87f1cb8ca02d3a253a80a2 (plain)
1
2
3
4
5
6
7
8
9
10
#
# subgroupladders: This package provides an algorithm that computes a subgroup ladder from a permutation group up to the parent symmetric group.
#
# This file runs package tests. It is also referenced in the package
# metadata in PackageInfo.g.
#
LoadPackage( "subgroupladders" );

TestDirectory(DirectoriesPackageLibrary( "subgroupladders", "tst" ), rec(exitGAP := true));
FORCE_QUIT_GAP(1);