tests: check perl for build-certs target

This commit is contained in:
Viktor Szakats 2025-08-02 09:20:55 +02:00
parent 5ecd701442
commit e4a4c5ed1a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -138,7 +138,7 @@ endif
perlcheck:
@if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
build-certs:
build-certs: perlcheck
(cd certs && $(MAKE))
# alias for 'test' to match CMake, where 'test' is a reserved target