Make "make check" work properly for Python and Java.
authorDavid Reiss <dreiss@apache.org>
Sun, 24 Feb 2008 02:03:17 +0000 (02:03 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 24 Feb 2008 02:03:17 +0000 (02:03 +0000)
commit223d6bd1ac0c033aa01cad3aad8051df8a161a49
tree0731fd691717f902a294b3b872bdaaca7c81bdc4
parentff50f28700b68264f2d54d8f6fb3b929b64c5a32
Make "make check" work properly for Python and Java.

Summary:
The Python and Java versions of "make check" only work if "make all" has
been run.  Our automake-fu isn't strong enough to make proper dependencies,
so this hack suggested by Nitay will force the libraries to be built
before make check is run.

Test Plan: make check

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665497 13f79535-47bb-0310-9956-ffa450edef68
lib/java/Makefile.am
lib/py/Makefile.am