summaryrefslogtreecommitdiff
path: root/lib/File/CheckTree.t
blob: b445af4992a0600b002ac26544a6aa8888a68f04 (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';
    @INC = '../lib';
}

print "1..1\n";

use File::CheckTree;

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

validate q{
    lib  -d || die
    TEST -f || die
};

print "ok 1\n";