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
Jonas Kastberg
iris
Commits
0ea6c627
Commit
0ea6c627
authored
May 25, 2018
by
Ralf Jung
Browse files
Mac's diff seems to be from the last century and can't do colors. Oh well.
parent
c07c52fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.coq.local
View file @
0ea6c627
...
...
@@ -12,7 +12,7 @@ $(TESTFILES:.v=.vo): %.vo: %.v $(VFILES:.v=.vo)
$(HIDE)TEST
=
"
$
$(
basename
-s .v
$<
)
"
&&
\
TMPFILE
=
"
$
$(mktemp)
"
&&
\
$(TIMER)
$(COQC)
$(COQDEBUG)
$(TIMING_ARG)
$(COQFLAGS)
$(COQLIBS)
$<
$(TIMING_EXTRA)
>
"
$$
TMPFILE"
&&
\
(
diff
--color
=
auto
-u
"tests/
$$
TEST.ref"
"
$$
TMPFILE"
||
(
rm
"tests/
$$
TEST.vo"
"
$$
TMPFILE"
&&
exit
1
))
&&
\
(
diff
-u
"tests/
$$
TEST.ref"
"
$$
TMPFILE"
||
(
rm
"tests/
$$
TEST.vo"
"
$$
TMPFILE"
&&
exit
1
))
&&
\
rm
"
$$
TMPFILE"
# a target, for convenience sake, to create the .ref file with the current output
...
...
Write
Preview
Supports
Markdown
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