summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/checktree.t
blob: 760357529bdeb878e954533f05a5c7e765327f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!./perl

BEGIN {
    chdir 't' if -d 't';
    unshift @INC, '../lib';
}

print "1..1\n";

use File::CheckTree;

# We assume that we run from the perl "t" directory.

validate q{
    lib              -d || die
    lib/checktree.t  -f || die
};

print "ok 1\n";
OpenPOWER on IntegriCloud