Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17565
Modified Files:
02-CBMSystem-benchs.pl
Log Message:
Correct test number.
Index: 02-CBMSystem-benchs.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/02-CBMSystem-benchs.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 02-CBMSystem-benchs.pl 15 Jan 2007 20:39:42 -0000 1.2
--- 02-CBMSystem-benchs.pl 17 Jan 2007 19:14:05 -0000 1.3
***************
*** 10,14 ****
my @benchmarks = `cat $top_srcdir/../../SupportedBenchmarks/benchmarks.list | grep -v '^#' | cut -f1 -d':'`;
chomp(@benchmarks);
! plan tests => ((@benchmarks+0)*59)+1;
my $sys;
--- 10,14 ----
my @benchmarks = `cat $top_srcdir/../../SupportedBenchmarks/benchmarks.list | grep -v '^#' | cut -f1 -d':'`;
chomp(@benchmarks);
! plan tests => ((@benchmarks+0)*59);
my $sys;
|