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 | caca23c5dc055d985fecfe188573104bc707ad9d (patch) | |
| tree | 154c0bbd4c7bca70080de28116b5654491657906 /cpp/Makefile | |
| parent | 9d718c2348708b0b27ce9fb9fcbf05c4b0a997cc (diff) | |
| download | qpid-python-caca23c5dc055d985fecfe188573104bc707ad9d.tar.gz | |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile')
| -rw-r--r-- | cpp/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
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 |
