From 42028bf5b0327f7e8816ef294d215ae6bb085fc6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 6 Jun 2023 11:44:29 +0000 Subject: [PATCH 4/4] tests: ensure t/random_blob exists before Perl tests Allow overriding `PROVE=' while we're at it, too; since development installations of Perl5 may name it `prove5.$MINOR' or similar. --- GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index eab90829..70e7e108 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,6 +11,7 @@ RSYNC = rsync OLDDOC = olddoc RDOC = rdoc INSTALL = install +PROVE = prove GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE @./GIT-VERSION-GEN @@ -141,8 +142,8 @@ t/random_blob: test-integration: $(T_sh) -test-prove: - prove -vw +test-prove: t/random_blob + $(PROVE) -vw check: test-require test test-integration test-all: check