diff options
| author | Alan Conway <aconway@apache.org> | 2006-09-27 19:50:23 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-09-27 19:50:23 +0000 |
| commit | 3d9cd9a1f350c8970c6cd0da20d918b831342636 (patch) | |
| tree | 18178234a4807121b06f35a78c23dc2a33076da5 /qpid/cpp/Makefile | |
| parent | cb3fe168a5c4c0c91b5d32ff28b176d57c8eb870 (diff) | |
| download | qpid-python-3d9cd9a1f350c8970c6cd0da20d918b831342636.tar.gz | |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
| -rw-r--r-- | qpid/cpp/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile index 9abdf40f14..28f2212a7a 100644 --- a/qpid/cpp/Makefile +++ b/qpid/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 |
