diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-02 21:22:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-02 21:22:33 +0000 |
| commit | 089b445c495439304be849bf3e9fa1628fe9bb36 (patch) | |
| tree | d9e929138af4b781bd179f797baa521075f159c0 | |
| parent | c7de0c94a03478ca5ef7dc6085407bd464ad2214 (diff) | |
| download | qpid-python-089b445c495439304be849bf3e9fa1628fe9bb36.tar.gz | |
Updated to point to tests/README.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@524927 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/README | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README index 83e9d6ed5e..295d27d279 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README @@ -233,30 +233,9 @@ implementation sufficient for the client using the APR portability library. The implementations may change in future but the interface for qpid code outside the qpid/sys namespace should remain stable. -=== Unit tests === +=== Tests === -Unit tests are built as .so files containing CppUnit plugins. - -DllPlugInTester is provided as part of cppunit. You can use it to run -any subset of the unit tests. See Makefile for examples. - -NOTE: If foobar.so is a test plugin in the current directory then -surprisingly this will fail with "can't load plugin": - # DllPluginTester foobar.so - -Instead you need to say: - # DllPluginTester ./foobar.so - -Reason: DllPluginTester uses dlopen() which only searches for shlibs -in the standard places unless the filename contains a "/". In that -case it just tries to open the filename. - -=== System tests === - -The Python test suite ../python/run_tests is the main set of broker -system tests. - -There are some C++ client test executables built under client/test. +See src/tests/README for details. == Doxygen == |
