File: all_tests.t

package info (click to toggle)
libtest-unit-perl 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,348 kB
  • ctags: 543
  • sloc: perl: 4,290; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -w

use strict;

use Test::Unit::Debug qw(debug_pkgs);
use Test::Unit::HarnessUnit;

#debug_pkgs(qw{Test::Unit::Result});

use lib 't/tlib', 'tlib';

my $testrunner = Test::Unit::HarnessUnit->new();
$testrunner->start("AllTests");