diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 18:34:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 18:34:41 +0000 |
commit | cf12903ca1e8dcad2bad2d86cfffd682bdcb399e (patch) | |
tree | 80b10f3cc29ac8bb0eed4b9b477da2e085fb707d | |
parent | 584c1423b993a1f0f366f71e363d76c25b391fce (diff) | |
download | perl-cf12903ca1e8dcad2bad2d86cfffd682bdcb399e.tar.gz |
Add the std test suite BEGIN block.
p4raw-id: //depot/perl@9383
-rw-r--r-- | t/lib/xs-typemap.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/lib/xs-typemap.t b/t/lib/xs-typemap.t index c6853c44dc..a3e85da17b 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 } |