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
Janno
iris-coq
Commits
3961c1e8
Commit
3961c1e8
authored
Jun 21, 2018
by
Ralf Jung
Browse files
prettify printing a bit
parent
393f02ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.coq.local
View file @
3961c1e8
...
...
@@ -15,12 +15,12 @@ COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
REF_FILTER
=
egrep
-v
'(^Welcome to Coq|^Skipping rcfile loading.$$)'
tests/.coqdeps.d
:
$(TESTFILES)
$(SHOW)
'COQDEP
[tests]
'
$(SHOW)
'COQDEP
TESTFILES
'
$(HIDE)$(COQDEP)
-dyndep
var
$(COQMF_COQLIBS_NOML)
$^
$(redir_if_ok)
-include
tests/.coqdeps.d
$(TESTFILES
:
.v=.vo): %.vo: %.v $(if $(MAKE_REF)
,,
%.ref)
$(SHOW)
COQTOP
[
$(
if
$(MAKE_REF)
,
ref,test
)
]
$<
$(SHOW)
$(
if
$(MAKE_REF)
,
COQTEST
[
ref],COQTEST
)
$<
$(HIDE)TEST
=
"
$
$(
basename
-s .v
$<
)
"
&&
\
TMPFILE
=
"
$
$(mktemp)
"
&&
\
$(TIMER)
$(COQ_TEST)
$(TIMING_ARG)
$(COQFLAGS)
$(COQLIBS)
-load-vernac-source
$<
$(TIMING_EXTRA)
>
"
$$
TMPFILE"
&&
\
...
...
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