Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18745
Modified Files:
compbenchmarks.pod
Log Message:
Updated with new options/arguments.
Index: compbenchmarks.pod
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compbenchmarks.pod 26 Sep 2006 19:23:41 -0000 1.3
--- compbenchmarks.pod 10 Oct 2006 17:28:39 -0000 1.4
***************
*** 1,5 ****
=head1 NAME
! compbenchmarks 0.3.0 - Compilers' benchmarking environment
=head1 SYNOPSIS
--- 1,5 ----
=head1 NAME
! compbenchmarks 0.3.2 - Compilers' benchmarking environment
=head1 SYNOPSIS
***************
*** 31,35 ****
compbenchmarks --program-infos
! Show informations about all used external programs
compbenchmarks --compiler-infos <c-bin>
--- 31,35 ----
compbenchmarks --program-infos
! Show informations about all used external programs.
compbenchmarks --compiler-infos <c-bin>
***************
*** 47,50 ****
--- 47,79 ----
better).
+ Here are some more fine-grained operations :
+
+ compbenchmarks --download <b-id>
+ Download benchmark, and verify checksum.
+
+ compbenchmarks --extract <b-id>
+ Extract given benchmark (from a downloaded
+ archive).
+
+ compbenchmarks --patch <b-id>
+ Patch benchmark (not always needed).
+
+ compbenchmarks --preconfigure <b-id>
+ Preconfigure a benchmark (not always needed).
+
+ compbenchmarks --test <b-id>
+ Test if a benchmark runs as expected (require
+ package's internal test suite).
+
+ compbenchmarks --release <b-id>
+ Clean built object for a benchmark.
+
+ compbenchmarks --force --test <b-id>
+ Force the test suite execution (even if it has already been executed).
+ force may be applied to other options.
+
+ compbenchmarks --disable-testsuite --bench <b-id> <c-bin> [c-options]
+ Disable benchmark's embedded test suite.
+
=head1 DESCRIPTION
|