checktree.t revision 7c478bd95313f5f23a4c958a745db2134aa03244
#!./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
lib/checktree.t -f || die
};
print "ok 1\n";