From f5854915a8bc28547b9d495d2f416de0fe8ac52e Mon Sep 17 00:00:00 2001 From: Pierre Roux <pierre.roux@onera.fr> Date: Fri, 24 May 2024 14:29:31 +0200 Subject: [PATCH] Prepare for https://github.com/coq/coq/pull/19059 --- Makefile.coq.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.coq.local b/Makefile.coq.local index b69501ac..4ed94270 100644 --- a/Makefile.coq.local +++ b/Makefile.coq.local @@ -27,7 +27,7 @@ COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode # These versions of Coq are known to have different output so we don't test them. # Need to make this a lazy variable (`=` instead of `:=`) since COQ_VERSION is only set later. # Make sure to recognize both 8.$NUM.0 and 8.$NUM+alpha. -COQ_NOREF=$(shell echo "$(COQ_VERSION)" | grep -E "^8\.(16|17|18|20)[.+]" -q && echo 1) +COQ_NOREF=$(shell echo "$(COQ_VERSION)" | grep -E "^8\.(16|17|18|20|21)[.+]" -q && echo 1) tests/.coqdeps.d: $(TESTFILES) $(SHOW)'COQDEP TESTFILES' -- GitLab