The Grand Trek: move the *.t files from t/ to lib/ and ext/.
[p5sagit/p5-mst-13.2.git] / lib / File / CheckTree.t
CommitLineData
1a3850a5 1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
20822f61 5 @INC = '../lib';
1a3850a5 6}
7
8print "1..1\n";
9
10use File::CheckTree;
11
12# We assume that we run from the perl "t" directory.
13
14validate q{
b695f709 15 lib -d || die
16 TEST -f || die
1a3850a5 17};
18
19print "ok 1\n";