File: testall.g

package info (click to toggle)
gap-openmath 11.5.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: xml: 464; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#
# This file runs package tests. It is also referenced in the package
# metadata in PackageInfo.g.
#
LoadPackage( "OpenMath" );

TestDirectory(DirectoriesPackageLibrary( "OpenMath", "tst" ),
  rec( exitGAP := true
     , testOptions := rec(compareFunction := "uptowhitespace")));

FORCE_QUIT_GAP(1); # if we ever get here, there was an error