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
Iris
Iris
Commits
fad781af
Commit
fad781af
authored
Jun 09, 2019
by
Ralf Jung
Browse files
temporarily disable output testing for Coq 8.11
parent
5abb67e0
Pipeline
#17295
passed with stage
in 13 minutes and 29 seconds
Changes
1
Pipelines
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)
...
...
Robbert Krebbers
@robbertkrebbers
mentioned in commit
f2a278d5
·
Jun 10, 2019
mentioned in commit
f2a278d5
mentioned in commit f2a278d5628c39d515b33aa1bdcc27df4118ff04
Toggle commit list
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