Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31275
Modified Files:
07-compbenchmarks-core.pl
Log Message:
-A handled with -qac.
Index: 07-compbenchmarks-core.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/07-compbenchmarks-core.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** 07-compbenchmarks-core.pl 20 Mar 2007 20:29:56 -0000 1.5
--- 07-compbenchmarks-core.pl 17 Apr 2007 20:11:37 -0000 1.6
***************
*** 11,15 ****
use CBM::LibUI;
! use Test::Simple tests => 111;
sub test_options {
--- 11,15 ----
use CBM::LibUI;
! use Test::Simple tests => 115;
sub test_options {
***************
*** 29,32 ****
--- 29,34 ----
['-qac gcc', 0, '.+'],
['-qac g++', 0, '.+'],
+ ['-qac g++ -A \"-O2 -x\"', 0, '.+'],
+ ['-qc g++ -A \"-O2 -O3 -x\"', 0, '.+'],
['-qx', 0, '.+'],
['-qab', 0, '.+'],
|