summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-09-04 18:49:21 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-09-04 18:49:21 +0900
commitbf9fa905d22d2714670b5d492a319daf26f5a32c (patch)
tree7ebf0130621a5ca0cde3aa7348b6d7033392c74e /test/Makefile.am
parent21b6d9295a7f10852810a93679fdaf4c28fe72dd (diff)
downloadthrift-bf9fa905d22d2714670b5d492a319daf26f5a32c.tar.gz
THRIFT-3910 Do not invoke pip as part of build process
This closes #1073
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index fb39a1277..1a1bf472e 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -53,8 +53,10 @@ endif
if WITH_PYTHON
SUBDIRS += py
PRECROSS_TARGET += precross-py
-SUBDIRS += py.twisted
SUBDIRS += py.tornado
+if WITH_TWISTED_TEST
+SUBDIRS += py.twisted
+endif
endif
if WITH_RUBY