diff options
author | Bryan Duxbury <bryanduxbury@apache.org> | 2009-01-29 21:31:25 +0000 |
---|---|---|
committer | Bryan Duxbury <bryanduxbury@apache.org> | 2009-01-29 21:31:25 +0000 |
commit | 50119f15aa034f5dde7113df112e6694246cfa76 (patch) | |
tree | 661e10d2503df48400eecde4ec53869b2973f9b3 /lib/java/Makefile.am | |
parent | 9f427ee0e14fbc3a1e3c91a9f423bcbd8648e407 (diff) | |
download | thrift-50119f15aa034f5dde7113df112e6694246cfa76.tar.gz |
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
Diffstat (limited to 'lib/java/Makefile.am')
-rw-r--r-- | lib/java/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am index 45a88e298..ae8a4d3f3 100644 --- a/lib/java/Makefile.am +++ b/lib/java/Makefile.am @@ -12,3 +12,5 @@ clean-local: $$ANT clean check-local: all + $(ANT) test + |