File: makecheck.tst

package info (click to toggle)
gap-grape 4r7%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 716 kB
  • ctags: 60
  • sloc: sh: 15; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
## debian/tests/makecheck.tst -- GAP Test script
## script format: GAP Reference Manual section 7.9 Test Files (GAP 4r8)
##
gap> TestPackageAvailability( "grape" , "=4.7" , true );
"/usr/share/gap/pkg/grape"
gap> TestPackage( "grape" );
#I  No errors detected while testing package grape version 4.7
#I  using the test file `/usr/share/gap/pkg/grape/tst/testall.tst'

##
## eos