You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/04/02 23:22:33 UTC

svn commit: r524927 - /incubator/qpid/trunk/qpid/cpp/README

Author: aconway
Date: Mon Apr  2 14:22:33 2007
New Revision: 524927

URL: http://svn.apache.org/viewvc?view=rev&rev=524927
Log:
Updated to point to tests/README.

Modified:
    incubator/qpid/trunk/qpid/cpp/README

Modified: incubator/qpid/trunk/qpid/cpp/README
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/README?view=diff&rev=524927&r1=524926&r2=524927
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/README (original)
+++ incubator/qpid/trunk/qpid/cpp/README Mon Apr  2 14:22:33 2007
@@ -233,30 +233,9 @@
 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 ==