Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5466
Modified Files:
cloptions.h
Log Message:
New variables for user options.
Index: cloptions.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/cloptions.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cloptions.h 19 Sep 2006 17:12:06 -0000 1.2
--- cloptions.h 10 Oct 2006 16:52:51 -0000 1.3
***************
*** 10,13 ****
--- 10,19 ----
#define H_CBMOPTIONS
+ /** User option defining if package's test suite has to be run */
+ extern int UO_enableTestSuite;
+
+ /** User option defining 'force' mode */
+ extern int UO_force;
+
/** Parse command line arguments.
High-level function to parse arguments through getopt.h. */
|