diff options
| author | Alan Conway <aconway@apache.org> | 2006-09-21 18:26:31 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-09-21 18:26:31 +0000 |
| commit | 474ed3cf1e125360d26dad4376e106e8b48541ac (patch) | |
| tree | 4f1043da7f03a5ec230539a62afac3fb0f0f0b73 /cpp/Makefile | |
| parent | 82e07bb30905feb2c11bb6d9f3624f976ab070a5 (diff) | |
| download | qpid-python-474ed3cf1e125360d26dad4376e106e8b48541ac.tar.gz | |
Implemented topic pattern matching for the TopicExchange.
Corrected default bindings to use the exchange named "" rather than
"amqp.direct".
Added python and unit tests for all of the above.
Minor improvements to testlib.py, also some tests for testlib itself.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@448624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile')
| -rw-r--r-- | cpp/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/Makefile b/cpp/Makefile index 7f83847b04..9abdf40f14 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -20,20 +20,15 @@ # build them in the correct sequence. # -include options.mk - UNITTESTS=$(wildcard common/*/test/*.so broker/test/*.so) .PHONY: all clean doxygen test: all - @$(MAKE) -C common test - @$(MAKE) -C broker test - @$(MAKE) -C client test @$(MAKE) runtests runtests: - $(CPPUNIT_HOME)/bin/DllPlugInTester -t -b $(UNITTESTS) + DllPlugInTester -c -b $(UNITTESTS) bin/qpidd >> qpidd.log & cd ../python ; ./run-tests -v -I cpp_failing.txt |
