From aac5bd4b13ba8fbb07c2fa2d2db1bdab6187600c Mon Sep 17 00:00:00 2001 From: T Jake Luciani Date: Mon, 20 Apr 2009 01:38:42 +0000 Subject: [PATCH] THRIFT-461: moves thrift compiler call to test suite git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@766558 13f79535-47bb-0310-9956-ffa450edef68 --- lib/perl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am index 163d0158..fd1adf45 100644 --- a/lib/perl/Makefile.am +++ b/lib/perl/Makefile.am @@ -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 @@ all-local: Makefile-perl.mk find blib -name 'Makefile*' -exec rm -f {} \; check-local: + make -C test $(PERL) -Iblib/lib -I@abs_srcdir@ -I@builddir@/test/gen-perl \ @abs_srcdir@/test.pl @abs_srcdir@/test/*.t -- 2.17.1