summaryrefslogtreecommitdiff
path: root/qpid/cpp/common
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/common
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/common')
-rw-r--r--qpid/cpp/common/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/cpp/common/Makefile b/qpid/cpp/common/Makefile
index 5fe815b8da..0533cdd1a9 100644
--- a/qpid/cpp/common/Makefile
+++ b/qpid/cpp/common/Makefile
@@ -31,14 +31,12 @@ DEPS = $(SOURCES:.cpp=.d)
GENERATED_OBJECTS = framing/generated/amqp_methods.o
-.PHONY: all test clean
+.PHONY: all clean
# We have to do two separate makes to ensure we pick up all generated files.
all:
@$(MAKE) -C framing all
- @make $(TARGET)
-
-test:
+ @$(MAKE) $(TARGET)
@$(MAKE) -C framing test
clean: