From c9cabcdcd5fc4e4957d216fa4daae6ca04bb23cb 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/qpid@464631 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1