Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1509
Modified Files:
00-CBMSystem-public.pl 01-CBMSystem-protected.pl
02-CBMSystem-benchs.pl
Log Message:
./lib in @INC.
Index: 02-CBMSystem-benchs.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/02-CBMSystem-benchs.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 02-CBMSystem-benchs.pl 26 Jan 2007 13:09:57 -0000 1.7
--- 02-CBMSystem-benchs.pl 22 Apr 2007 16:04:52 -0000 1.8
***************
*** 4,7 ****
--- 4,8 ----
use Test::More;
+ push(@INC, "lib");
require "libtest.pl";
Index: 01-CBMSystem-protected.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/01-CBMSystem-protected.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** 01-CBMSystem-protected.pl 21 Jan 2007 20:47:25 -0000 1.3
--- 01-CBMSystem-protected.pl 22 Apr 2007 16:04:52 -0000 1.4
***************
*** 3,6 ****
--- 3,7 ----
use CBM;
+ push(@INC, "lib");
require "libtest.pl";
Index: 00-CBMSystem-public.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/00-CBMSystem-public.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 00-CBMSystem-public.pl 20 Mar 2007 20:29:55 -0000 1.6
--- 00-CBMSystem-public.pl 22 Apr 2007 16:04:52 -0000 1.7
***************
*** 3,6 ****
--- 3,7 ----
use CBM;
+ push(@INC, "lib");
require "libtest.pl";
|