Author: aconway
Date: Mon Oct 16 12:17:55 2006
New Revision: 464631

URL: http://svn.apache.org/viewvc?view=rev&rev=464631
Log:
Re enable python tests accidentally commented out in previous checkin.

Modified:
    incubator/qpid/trunk/qpid/cpp/Makefile

Modified: incubator/qpid/trunk/qpid/cpp/Makefile
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/Makefile?view=diff&rev=464631&r1=464630&r2=464631
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/Makefile (original)
+++ incubator/qpid/trunk/qpid/cpp/Makefile Mon Oct 16 12:17:55 2006
@@ -44,7 +44,7 @@
 
 .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:


Reply via email to