From caca23c5dc055d985fecfe188573104bc707ad9d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 27 Sep 2006 19:50:23 +0000 Subject: git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'cpp/Makefile') diff --git a/cpp/Makefile b/cpp/Makefile index 9abdf40f14..28f2212a7a 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -22,16 +22,20 @@ UNITTESTS=$(wildcard common/*/test/*.so broker/test/*.so) -.PHONY: all clean doxygen +.PHONY: all test unittest pythontest runtests clean doxygen -test: all - @$(MAKE) runtests +test: all runtests -runtests: +unittest: DllPlugInTester -c -b $(UNITTESTS) + +pythontest: bin/qpidd >> qpidd.log & cd ../python ; ./run-tests -v -I cpp_failing.txt +runtests: + $(MAKE) -k unittest pythontest + all: @$(MAKE) -C common all @$(MAKE) -C broker all -- cgit v1.2.1