commit | 50e4349463c983aac50d37a071191391f704258a | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Fri Oct 08 17:46:06 2010 +0000 |
committer | Roger Meier <roger@apache.org> | Fri Oct 08 17:46:06 2010 +0000 |
tree | 6c62c7693693afd96c8d846aaa01f734708784e2 | |
parent | f969bcb7d89f3f50dba4528a673464f668fb2905 [diff] [blame] |
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 \