summaryrefslogtreecommitdiff
path: root/docs/porting/testrun.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/porting/testrun.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/porting/testrun.html')
-rw-r--r--docs/porting/testrun.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/porting/testrun.html b/docs/porting/testrun.html
index 01d01aac..0db5214d 100644
--- a/docs/porting/testrun.html
+++ b/docs/porting/testrun.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -50,19 +50,22 @@ Run the C tests in the following order:
<li>
<p>
-Tests for mutexes located in the <code class="literal">test_mutex</code>
-directory. To run the tests, follow the instructions in the
-<code class="literal">test_mutex/readme</code> file.
+Tests for mutexes located in the <code class="literal">src/mutex</code>
+directory. Build and run the tests in your build directory:
+</p>
+ <pre class="programlisting">
+% make test_mutex
+% ./test_mutex
+</pre>
+ <p>
</p>
</li>
<li>
<p>
Tests for the common code paths located in the
-<code class="literal">test_micro</code> directory. To run the tests in a shell
+<code class="literal">test/micro</code> directory. To run the tests in a shell
script, follow the instructions in the
-<code class="literal">test_micro/readme</code> file. To run the tests as
-simple C tests, follow the instructions in the
-<code class="literal">test_micro/readme_embedded</code> file.
+<code class="literal">test/micro/README</code> file.
</p>
</li>
</ol>
@@ -80,7 +83,7 @@ How you run the Test Suite varies depending on the target platform:
If the target platform supports a UNIX-like version of Tcl, then set up Tcl
and build the Test Suite as described in "Running the Test Suite under
UNIX" in <em class="citetitle">Berkeley DB Installation and Build Guide</em> at
-<a class="ulink" href="http://download.oracle.com/docs/cd/E17076_02/html/installation/build_unix_test.html" target="_top">http://download.oracle.com/docs/cd/E17076_02/html/installation/build_unix_test.html</a>
+<a class="ulink" href="http://docs.oracle.com/cd/E17076_02/html/installation/build_unix_test.html" target="_top">http://docs.oracle.com/cd/E17076_02/html/installation/build_unix_test.html</a>
and, then, run the test suite.
</p>
</li>
@@ -91,7 +94,7 @@ and, then, run the test suite.
setup Tcl, and build and run the Test Suite as described in
"Running the Test Suite under Windows" in
<em class="citetitle">Berkeley DB Programmer's Reference Guide</em> at
- <a class="ulink" href="http://download.oracle.com/docs/cd/E17076_02/html/installation/build_win_test.html" target="_top">http://download.oracle.com/docs/cd/E17076_02/html/installation/build_win_test.html</a>
+ <a class="ulink" href="http://docs.oracle.com/cd/E17076_02/html/installation/build_win_test.html" target="_top">http://docs.oracle.com/cd/E17076_02/html/installation/build_win_test.html</a>
</p>
</li>