File: manifest.t

package info (click to toggle)
libtest-fixme-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 147; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::Fixme;
use File::Spec;

run_tests(
  manifest => File::Spec->catfile(qw( t dirs manifest MANIFEST ))
);