Author: jake
Date: Mon Apr 20 01:38:42 2009
New Revision: 766558
URL: http://svn.apache.org/viewvc?rev=766558&view=rev
Log:
THRIFT-461: moves thrift compiler call to test suite
Modified:
incubator/thrift/trunk/lib/perl/Makefile.am
Modified: incubator/thrift/trunk/lib/perl/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/Makefile.am?rev=766558&r1=766557&r2=766558&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/Makefile.am (original)
+++ incubator/thrift/trunk/lib/perl/Makefile.am Mon Apr 20 01:38:42 2009
@@ -17,7 +17,7 @@
# under the License.
#
-SUBDIRS = test
+SUBDIRS =
Makefile-perl.mk : Makefile.PL
$(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk INSTALLDIRS=$(INSTALLDIRS)
@@ -27,6 +27,7 @@
find blib -name 'Makefile*' -exec rm -f {} \;
check-local:
+ make -C test
$(PERL) -Iblib/lib -...@abs_srcdir@ -...@builddir@/test/gen-perl \
@abs_srcdir@/test.pl @abs_srcdir@/test/*.t