commit | 20c81ad74c53c102692adec0e3c68d413899cabd | [log] [tgz] |
---|---|---|
author | Chris Piro <cpiro@apache.org> | Thu Mar 07 11:32:48 2013 -0500 |
committer | Chris Piro <cpiro@apache.org> | Thu Mar 07 11:32:48 2013 -0500 |
tree | 0da5aa00eada8c48106b08b07ff29077d3449d2b | |
parent | 92e3860cfbaab5132439b9bac2e18dba06494bcc [diff] [blame] |
THRIFT-1704: Tornado support (Python)
diff --git a/test/Makefile.am b/test/Makefile.am index aaa497f..7ebe51c 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -34,6 +34,7 @@ if WITH_PYTHON SUBDIRS += py SUBDIRS += py.twisted +SUBDIRS += py.tornado endif if WITH_RUBY @@ -61,6 +62,7 @@ php \ py \ py.twisted \ + py.tornado \ rb \ threads \ AnnotationTest.thrift \