projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
584c142
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/xs-typemap.t
b/t/lib/xs-typemap.t
index
c6853c4
..
a3e85da
100644
(file)
--- 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 }