summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2010-10-08 17:46:06 +0000
committerRoger Meier <roger@apache.org>2010-10-08 17:46:06 +0000
commit50e4349463c983aac50d37a071191391f704258a (patch)
tree6c62c7693693afd96c8d846aaa01f734708784e2 /test/Makefile.am
parentf969bcb7d89f3f50dba4528a673464f668fb2905 (diff)
downloadthrift-50e4349463c983aac50d37a071191391f704258a.tar.gz
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
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 86b006794..39ea85ab3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -21,6 +21,7 @@ SUBDIRS =
if WITH_PYTHON
SUBDIRS += py
+SUBDIRS += py.twisted
endif
if WITH_RUBY
@@ -36,6 +37,7 @@ EXTRA_DIST = \
threads \
csharp \
py \
+ py.twisted \
rb \
perl \
php \