commit | ff50f28700b68264f2d54d8f6fb3b929b64c5a32 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Sat Feb 23 22:07:46 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Sat Feb 23 22:07:46 2008 +0000 |
tree | 312c2876d2c74874e1568037f2d77847715fec72 | |
parent | 4f15f59bca8cf4c1aa6ccb2ea75ce4cba5a77447 [diff] [blame] |
Add automake support for running the Java tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665496 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am index 07c2e77..db31738 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -1,5 +1,9 @@ SUBDIRS = py +if ENABLE_JAVA +SUBDIRS += java +endif + check_PROGRAMS = \ DebugProtoTest \ JSONProtoTest \