THRIFT-581 Add a testsuite for txThrift (Twisted) / py.twisted

Patch: Esteve Fernandez



git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1005923 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am
index 86b0067..39ea85a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -21,6 +21,7 @@
 
 if WITH_PYTHON
 SUBDIRS += py
+SUBDIRS += py.twisted
 endif
 
 if WITH_RUBY
@@ -36,6 +37,7 @@
 	threads \
 	csharp \
 	py \
+	py.twisted \
 	rb \
 	perl \
 	php \