Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
01b568c
)
THRIFT-847 Test Framework harmonization across all languages
author
Roger Meier
<roger@apache.org>
Tue, 10 Jan 2012 22:11:36 +0000
(22:11 +0000)
committer
Roger Meier
<roger@apache.org>
Tue, 10 Jan 2012 22:11:36 +0000
(22:11 +0000)
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
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index
9b30778
..
1dfff80
100644
(file)
--- 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