X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fmanual%2Fbk01pt12ch31s05.html;fp=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fmanual%2Fbk01pt12ch31s05.html;h=d0dce191ae895ec8f163090b0eec9f489ba9a31c;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=0000000000000000000000000000000000000000;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libstdc++-v3/doc/html/manual/bk01pt12ch31s05.html b/libstdc++-v3/doc/html/manual/bk01pt12ch31s05.html new file mode 100644 index 00000000..d0dce191 --- /dev/null +++ b/libstdc++-v3/doc/html/manual/bk01pt12ch31s05.html @@ -0,0 +1,26 @@ + + +Testing

Testing

+ Both the normal conformance and regression tests and the + supplemental performance tests work. +

+ To run the conformance and regression tests with the parallel mode + active, +

+  make check-parallel
+  

+ The log and summary files for conformance testing are in the + testsuite/parallel directory. +

+ To run the performance tests with the parallel mode active, +

+  make check-performance-parallel
+  

+ The result file for performance testing are in the + testsuite directory, in the file + libstdc++_performance.sum. In addition, the + policy-based containers have their own visualizations, which have + additional software dependencies than the usual bare-boned text + file, and can be generated by using the make + doc-performance rule in the testsuite's Makefile. +