Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18552
Modified Files:
07-compbenchmarks-core.pl
Log Message:
compbenchmarks-core/ directory added : sources moved.
Index: 07-compbenchmarks-core.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/07-compbenchmarks-core.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 07-compbenchmarks-core.pl 17 Apr 2007 20:11:37 -0000 1.6
--- 07-compbenchmarks-core.pl 27 May 2007 16:06:37 -0000 1.7
***************
*** 60,64 ****
foreach $i (keys %incompatible_options) {
foreach $item (@{$incompatible_options{$i}}) {
! my $cmd = "../../compbenchmarks-core $i $item";
my $output = `$cmd 2>&1`;
my $code = $? >> 8;
--- 60,64 ----
foreach $i (keys %incompatible_options) {
foreach $item (@{$incompatible_options{$i}}) {
! my $cmd = "../../compbenchmarks-core/compbenchmarks-core $i $item";
my $output = `$cmd 2>&1`;
my $code = $? >> 8;
***************
*** 70,74 ****
foreach $item (@valid_options) {
my ($option, $xcode, $xoutput) = @{$item};
! my $cmd = "../../compbenchmarks-core $option";
my $output = `$cmd 2>&1`;
my $code = $? >> 8;
--- 70,74 ----
foreach $item (@valid_options) {
my ($option, $xcode, $xoutput) = @{$item};
! my $cmd = "../../compbenchmarks-core/compbenchmarks-core $option";
my $output = `$cmd 2>&1`;
my $code = $? >> 8;
|