commit | 50119f15aa034f5dde7113df112e6694246cfa76 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | 周四 1月 29 21:31:25 2009 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | 周四 1月 29 21:31:25 2009 +0000 |
tree | 661e10d2503df48400eecde4ec53869b2973f9b3 | |
parent | 9f427ee0e14fbc3a1e3c91a9f423bcbd8648e407 [diff] |
THRIFT-289. test: "make check" no longer runs the Java tests Thanks to David for the changes that straighten the makefiles out. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739024 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am index 45a88e2..ae8a4d3 100644 --- a/lib/java/Makefile.am +++ b/lib/java/Makefile.am
@@ -12,3 +12,5 @@ $$ANT clean check-local: all + $(ANT) test +