From f25f7f86d9504c28f8e1ad9699be030983c65ed9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Oct 2006 19:17:55 +0000 Subject: 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 --- qpid/cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') 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: -- cgit v1.2.1