File: makecheck.tst

package info (click to toggle)
gap-openmath 11.3.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 612 kB
  • ctags: 1
  • sloc: xml: 456; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
## debian/tests/makecheck.tst -- GAP Test script
## script format: GAP Reference Manual section 7.9 Test Files (GAP 4r8)
##
gap> TestPackageAvailability( "openmath" , "=11.3.1" , true );
"/usr/share/gap/pkg/openmath"
gap> TestPackage( "openmath" );
#I  Testing /usr/share/gap/pkg/openmath/tst/openmath02.tst
#I  Testing /usr/share/gap/pkg/openmath/tst/openmath03.tst
#I  Testing /usr/share/gap/pkg/openmath/tst/test_new
#I  No errors detected while testing package openmath

##
## eos