diff options
author | Alan Conway <aconway@apache.org> | 2006-10-16 19:17:55 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-10-16 19:17:55 +0000 |
commit | c9cabcdcd5fc4e4957d216fa4daae6ca04bb23cb (patch) | |
tree | 20d75fd82e17ec9a02ad64676d68ad970e292b7e /cpp | |
parent | cb10f35247b2986d709673e3d934766f2eae06fa (diff) | |
download | qpid-python-c9cabcdcd5fc4e4957d216fa4daae6ca04bb23cb.tar.gz |
Re enable python tests accidentally commented out in previous checkin.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile b/cpp/Makefile index 54014202b1..ed1699f026 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -44,7 +44,7 @@ include options.mk .PHONY: test all all-nogen generate unittest pythontest -test: all unittest # pythontest +test: all unittest pythontest # Must run this as two separate make processes to pick up generated files. all: |