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 | f25f7f86d9504c28f8e1ad9699be030983c65ed9 (patch) | |
| tree | 5b929fddf3c8a9c2f014e4c2c37b4ad7faf7bfff /qpid/cpp/Makefile | |
| parent | 8ed676105246e33cb64bcc0c55ad094a635f0784 (diff) | |
| download | qpid-python-f25f7f86d9504c28f8e1ad9699be030983c65ed9.tar.gz | |
Re enable python tests accidentally commented out in previous checkin.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@464631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
| -rw-r--r-- | qpid/cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile index 54014202b1..ed1699f026 100644 --- a/qpid/cpp/Makefile +++ b/qpid/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: |
