Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Spies
Iris
Commits
fad781af
Commit
fad781af
authored
Jun 09, 2019
by
Ralf Jung
Browse files
temporarily disable output testing for Coq 8.11
parent
5abb67e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.coq.local
View file @
fad781af
...
...
@@ -8,7 +8,8 @@ test: $(TESTFILES:.v=.vo)
.PHONY
:
test
COQ_TEST
=
$(COQTOP)
$(COQDEBUG)
-batch
-test-mode
COQ_OLD
=
$(
shell
echo
"
$(COQ_VERSION)
"
| egrep
"^8
\.
7
\b
"
-q
&&
echo
1
)
# 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_MINOR_VERSION
=
$(
shell
echo
"
$(COQ_VERSION)
"
| egrep
'^[0-9]+\.[0-9]+\b'
-o
)
tests/.coqdeps.d
:
$(TESTFILES)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment