summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/README.txt')
-rw-r--r--qpid/cpp/src/tests/README.txt19
1 files changed, 6 insertions, 13 deletions
diff --git a/qpid/cpp/src/tests/README.txt b/qpid/cpp/src/tests/README.txt
index 8eaa5bbd25..50bd181ab0 100644
--- a/qpid/cpp/src/tests/README.txt
+++ b/qpid/cpp/src/tests/README.txt
@@ -8,21 +8,15 @@ developers can run tests selectively as explained below.
Unit tests use the boost test framework, and are compiled to the programd
unit_test
-There are several options to control how test results are displayed, see
- http://www.boost.org/doc/libs/1_35_0/libs/test/doc/components/utf/parameters/index.html
+There are several options to control how test results are displayed. See
+http://www.boost.org/doc/libs/1_35_0/libs/test/doc/components/utf/parameters/index.html.
== System Tests ==
-System tests are executables or scripts. You can run executable tests directly
-as well as via "make test" or "ctest". Some tests require environment settings
-which are set by src/tests/test_env.sh on Unix or by src/tests/test_env.ps1 on
-Windows.
-
-./python_tests: runs ../python/run_tests. This is the main set of
-system tests for the broker.
-
-Other C++ client test executables and scripts under client/test are
-system tests for the client.
+System tests are executables or scripts. You can run executable tests
+directly as well as via "make test" or "ctest". Some tests require
+environment settings which are set by src/tests/env.sh on Unix or by
+src/tests/env.ps1 on Windows.
== Running selected tests ==
@@ -34,4 +28,3 @@ directly gives you additional options, e.g.
This runs tests with names matching the regular expression <regexp> and will
print the full output of the tests rather than just listing which tests pass or
fail.
-