Skip to content
Snippets Groups Projects
Commit 5baeddb1 authored by Pierre Roux's avatar Pierre Roux
Browse files

Followup for iris/iris!1011

Now works with Coq master which prints version 8.19+alpha
parent 4866c8ad
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ test: $(TESTFILES:.v=.vo)
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.
COQ_NOREF=$(shell echo "$(COQ_VERSION)" | egrep "^8\.19\." -q && echo 1)
COQ_NOREF=$(shell echo "$(COQ_VERSION)" | egrep "^8\.19[.+]" -q && echo 1)
tests/.coqdeps.d: $(TESTFILES)
$(SHOW)'COQDEP TESTFILES'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment