From 669d826f1d60dc682fa5a10adb2b2e171c7255ce Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 6 Jun 2023 11:44:29 +0000 Subject: 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 eab9082..70e7e10 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 -- cgit v1.2.3-24-ge0c7