summaryrefslogtreecommitdiffstats
path: root/tst/testall.g
diff options
context:
space:
mode:
Diffstat (limited to 'tst/testall.g')
-rw-r--r--tst/testall.g10
1 files changed, 10 insertions, 0 deletions
diff --git a/tst/testall.g b/tst/testall.g
new file mode 100644
index 0000000..7a8c927
--- /dev/null
+++ b/tst/testall.g
@@ -0,0 +1,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);