summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-01-10 22:11:36 +0000
committerRoger Meier <roger@apache.org>2012-01-10 22:11:36 +0000
commit0580d8dcb1874426559e0d40740bfb47b17c5188 (patch)
tree229c864fbc833e1e470c8e5cb129ed2cca88fb4f /test/Makefile.am
parent01b568cb5dd144470aee2cc638cc935792363b1c (diff)
downloadthrift-0580d8dcb1874426559e0d40740bfb47b17c5188.tar.gz
THRIFT-847 Test Framework harmonization across all languages
perl fixes: - include test/perl if perl is enabled git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1229764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9b3077837..1dfff803a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -23,6 +23,10 @@ if WITH_CPP
SUBDIRS += cpp
endif
+if WITH_PERL
+SUBDIRS += perl
+endif
+
if WITH_PYTHON
SUBDIRS += py
SUBDIRS += py.twisted