perl/tests: build Makefile.perl before running the tests

This commit is contained in:
Benjamin Dauvergne 2018-05-30 16:50:00 +02:00
parent 877f9e7888
commit 9853289bc7
1 changed files with 2 additions and 0 deletions

View File

@ -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