File: D_PackageFilelist.t

package info (click to toggle)
grid-packaging-tools 3.2globus2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,816 kB
  • ctags: 1,621
  • sloc: perl: 19,536; sh: 3,047; makefile: 320; exp: 89
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use strict;

# Initialise filenames and check they're there

unless(-d 't/D_PackageFilelist/') {
  print STDERR "test data missing...";
  print "1..0\n";
  exit 0;
}

system("./t/D_PackageFilelist/run-test");