From 9853289bc7c4660a330af44e0f8e88097437829d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 30 May 2018 16:50:00 +0200 Subject: [PATCH] perl/tests: build Makefile.perl before running the tests --- bindings/perl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am index 3a996a8e..1cf4434a 100644 --- a/bindings/perl/Makefile.am +++ b/bindings/perl/Makefile.am @@ -64,4 +64,6 @@ install-exec-local: Makefile.perl uninstall-local: -@rm -rf `find $(DESTDIR)$(prefix) -name Lasso.pm -or -name Lasso.so -or -name Lasso.bs -or -name .packlist -or -name perllocal.pod` +test.sh: Makefile.perl + endif