File: withGSL.t

package info (click to toggle)
libmath-matrix-maybegsl-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 441; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!perl

if (eval { require Math::GSL::Matrix; 1; }) {

	require 't/tests.pl';

} else {

	print "1..0 # SKIP Math::GSL::Matrix not found"

}