Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
981ce89e
Commit
981ce89e
authored
May 17, 2018
by
Ralf Jung
Browse files
fix test suite makefile to work with Coq master
parent
5a872d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.coq.local
View file @
981ce89e
...
...
@@ -11,7 +11,7 @@ $(TESTFILES:.v=.vo): %.vo: %.v $(VFILES:.v=.vo)
$(SHOW)
COQC
[
test
]
$<
$(HIDE)TEST
=
"
$
$(
basename
-s .v
$<
)
"
&&
\
TMPFILE
=
"
$$
(tempfile -p test- -s "
-
$$
TEST
")"
&&
\
$(TIMER)
$(COQC)
$(COQDEBUG)
$(TIMING_ARG)
$(COQFLAGS)
$<
$(TIMING_EXTRA)
>
"
$$
TMPFILE"
&&
\
$(TIMER)
$(COQC)
$(COQDEBUG)
$(TIMING_ARG)
$(COQFLAGS)
$(COQLIBS)
$<
$(TIMING_EXTRA)
>
"
$$
TMPFILE"
&&
\
diff
--color
=
auto
-u
"tests/
$$
TEST.ref"
"
$$
TMPFILE"
# a target, for convenience sake, to create the .ref file with the current output
...
...
@@ -21,4 +21,4 @@ ref: $(TESTFILES:.v=.ref)
tests/%.ref
:
tests/%.v $(VFILES:.v=.vo)
$(SHOW)
COQC
[
ref]
$<
$(HIDE)TEST
=
"
$
$(
basename
-s .v
$<
)
"
&&
\
$(TIMER)
$(COQC)
$(COQDEBUG)
$(TIMING_ARG)
$(COQFLAGS)
$<
$(TIMING_EXTRA)
>
"tests/
$$
TEST.ref"
$(TIMER)
$(COQC)
$(COQDEBUG)
$(TIMING_ARG)
$(COQFLAGS)
$(COQLIBS)
$<
$(TIMING_EXTRA)
>
"tests/
$$
TEST.ref"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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