File: test.pl

package info (click to toggle)
libqt-perl 3.008-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,204 kB
  • ctags: 1,367
  • sloc: perl: 16,531; sh: 9,686; cpp: 6,711; makefile: 125
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
BEGIN{ chdir("PerlQt/t") or die "couldn't chdir to PerlQt: $!\n" }   
END{ chdir("../..") or die "couldn't chdir to ../..\n" }   

use blib;
use Test::Harness;

$Test::Harness::switches = "-w -Mblib=../blib";

@t = glob("*.t");

runtests(@t);