diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-05-20 22:25:09 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-05-20 22:25:09 +0000 |
commit | ca5e1be83df4629faf3bccabcc8e712447ac390e (patch) | |
tree | 10828d48bac21ce99401d8b7ee40e968a9760662 /libstdc++-v3/docs/html/install.html | |
parent | f737a52d03639a15f3fa1acbe63945d97976c08c (diff) | |
download | gcc-ca5e1be83df4629faf3bccabcc8e712447ac390e.zip gcc-ca5e1be83df4629faf3bccabcc8e712447ac390e.tar.gz gcc-ca5e1be83df4629faf3bccabcc8e712447ac390e.tar.bz2 |
README: Move to...
2003-05-20 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/README: Move to...
* docs/html/test.html: ...here. Add documentation.
* docs/html/install.html: Move testing bits out..
* docs/html/documentation.html: Add separate testing link.
* testsuite/performance: Add.
* testsuite/performance/allocator.cc: New.
* testsuite/performance/complex_norm.cc: New.
* testsuite/performance/cout_insert_int.cc: New.
* testsuite/performance/fstream_seek_write.cc: New.
* testsuite/performance/ifstream_getline.cc: New.
* testsuite/performance/map_create_fill.cc: New.
* testsuite/performance/ofstream_insert_float.cc: New.
* testsuite/performance/ofstream_insert_int.cc: New.
* testsuite/performance/string_append.cc: New.
* testsuite/lib/libstdc++-v3-dg.exp (v3-compute-tests): Filter
performance tests.
From-SVN: r67040
Diffstat (limited to 'libstdc++-v3/docs/html/install.html')
-rw-r--r-- | libstdc++-v3/docs/html/install.html | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index e7e495a..038291b8 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -14,7 +14,7 @@ </head> <body> -<h1 class="centered"><a name="top">libstdc++-v3 INSTALL</a></h1> +<h1 class="centered"><a name="top">Getting started: configure, build, install</a></h1> <p class="fineprint"><em> The latest version of this document is always available at @@ -312,36 +312,6 @@ se_NO.UTF-8 UTF-8 the headers and library files will be moved under <code>lib/gcc-lib/</code> instead. </p> - <p>You can check the status of the build without installing it using</p> - <pre> - make check</pre> - <p>or you can check the status of the installed library using</p> - <pre> - make check-install</pre> - <p>in the <em>libbuilddir</em> directory. - These commands will create a 'testsuite' directory underneath - <em>libbuilddir</em> containing the results of the tests. We are - interested in any strange failures of the testsuite; please see - <a href="faq/index.html#2_4">FAQ 2.4</a> for which files to examine. - </p> - - <p> In addition, there are some testing options that are mostly of - interest to library maintainers and system integrators. As such, - these tests may not work on all cpu and host combinations. These - options include, but are not necessarily limited to, the following: - </p> - - <p>The library ABI can be tested using</p> - <pre> - make check-abi</pre> - - <p>The library can also be tested using a bash script, instead of - the default dejagnu test harness</p> - <pre> - make check-script</pre> - <p>or</p> - <pre> - make check-script-install</pre> <hr /> <h2><a name="usage">Using the library</a></h2> |