Skip to content
Snippets Groups Projects
Commit a51fa3cf authored by Ralf Jung's avatar Ralf Jung
Browse files

with reftest normalization, whitelisting Coq 8.11 should not be needed any more

parent 2418fccd
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,7 @@ test: $(TESTFILES:.v=.vo)
.PHONY: test
COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
# FIXME: temporarily disabled on Coq master to help them land a patch
COQ_OLD=$(shell echo "$(COQ_VERSION)" | egrep "^8\.(7|11)\b" -q && echo 1)
COQ_OLD=$(shell echo "$(COQ_VERSION)" | egrep "^8\.7\b" -q && echo 1)
COQ_MINOR_VERSION=$(shell echo "$(COQ_VERSION)" | egrep '^[0-9]+\.[0-9]+\b' -o)
tests/.coqdeps.d: $(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