summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-09-21 18:26:31 +0000
committerAlan Conway <aconway@apache.org>2006-09-21 18:26:31 +0000
commit35244d13859c33821977ae7e407439c7e00add45 (patch)
tree78d1853b5d27b4ad7bae94c373b77b377ea695d0 /qpid/cpp/Makefile
parent8dec218339dbc69d84cf5f784dbfcdb653f588dc (diff)
downloadqpid-python-35244d13859c33821977ae7e407439c7e00add45.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@448624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
-rw-r--r--qpid/cpp/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile
index 7f83847b04..9abdf40f14 100644
--- a/qpid/cpp/Makefile
+++ b/qpid/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