File: 08only_podcover.t

package info (click to toggle)
libtest-distribution-perl 2.00-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 108 kB
  • ctags: 38
  • sloc: perl: 252; makefile: 18
file content (7 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use Test::Distribution
    tests => 1,
    only  => 'podcover',
		podcoveropts => {trustme => [qr/run_tests/]};
use Test::More;

is(Test::Distribution::num_tests(), 2 , 'number of tests');