[Compbench-devel] CompBenchmarks++ cloptions.cpp,1.6,1.7
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-10-03 15:43:06
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26590 Modified Files: cloptions.cpp Log Message: Test() launch on --bench Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/cloptions.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cloptions.cpp 24 Sep 2006 18:14:16 -0000 1.6 --- cloptions.cpp 3 Oct 2006 15:43:02 -0000 1.7 *************** *** 205,208 **** --- 205,209 ---- B->Configure(C, O); B->Make(); + B->Test(); } B->Bench(); |