Add the std test suite BEGIN block.
Jarkko Hietaniemi [Tue, 27 Mar 2001 18:34:41 +0000 (18:34 +0000)]
p4raw-id: //depot/perl@9383

t/lib/xs-typemap.t

index c6853c4..a3e85da 100644 (file)
@@ -1,3 +1,8 @@
+BEGIN {
+       chdir 't' if -d 't';
+       @INC = '../lib';
+}
+
 use Test;
 BEGIN { plan tests => 78 }