X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=54ccd823ce1580181e71ec5cfccf91d8552a0be8;hb=00e095652fc0f36d39acf72992f4714cbac1ffb6;hp=2b83831366c29537c77af53f81fd0d6894054b95;hpb=2e692c82d0143c21ab28d7741f07d65083e04271;p=pspp-builds.git diff --git a/perl-module/automake.mk b/perl-module/automake.mk index 2b838313..54ccd823 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -50,8 +50,10 @@ all-local: perl-module/lib/pspp-vers.pl fi $(MAKE) $(AM_MAKEFLAGS) module-make + check-local: - cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test + loc=`pwd` ; cd $(top_builddir)/src/.libs ; llp=`pwd` ; cd $$loc ; \ + LD_LIBRARY_PATH=$$llp sh -c "cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test " clean-local: