From: Jarkko Hietaniemi Date: Tue, 27 Mar 2001 18:34:41 +0000 (+0000) Subject: Add the std test suite BEGIN block. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf12903ca1e8dcad2bad2d86cfffd682bdcb399e;p=p5sagit%2Fp5-mst-13.2.git Add the std test suite BEGIN block. p4raw-id: //depot/perl@9383 --- diff --git a/t/lib/xs-typemap.t b/t/lib/xs-typemap.t index c6853c4..a3e85da 100644 --- a/t/lib/xs-typemap.t +++ b/t/lib/xs-typemap.t @@ -1,3 +1,8 @@ +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} + use Test; BEGIN { plan tests => 78 }