commit | b33967be7632161721be57184d93db3e3ce77645 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sat Jan 21 09:18:05 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Sat Jan 21 09:18:05 2012 +0000 |
tree | 47cbc5fbfdf97b8e8e6cdf70b6a6a38ad497008d | |
parent | 0838bf56f5c6088070c32da46784be0ba566a721 [diff] [blame] |
THRIFT-847 Test Framework harmonization across all languages add php TestClient to the testsuite git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1234292 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am index f45424a..2b3b8a9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -27,6 +27,10 @@ SUBDIRS += perl endif +if WITH_PHP +SUBDIRS += php +endif + if WITH_PYTHON SUBDIRS += py SUBDIRS += py.twisted