Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
George Pirlea
Iris
Commits
46944241
Commit
46944241
authored
Mar 15, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make NO_TEST=1 skips the tests
parent
33ee70bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.coq.local
Makefile.coq.local
+3
-3
No files found.
Makefile.coq.local
View file @
46944241
#
run tests with main build
real-all
:
test
#
Run tests interleaved with main build. They have to be in the same target for this.
real-all
:
$(if $(NO_TEST)
,,
test)
# the test suite
TESTFILES
=
$(
wildcard
tests/
*
.v
)
...
...
@@ -23,7 +23,7 @@ $(TESTFILES:.v=.vo): %.vo: %.v $(if $(MAKE_REF),,%.ref)
else
\
REF
=
"tests/
$$
TEST.ref"
;
\
fi
&&
\
echo
$(
if
$(MAKE_REF)
,
"COQTEST [make ref]
`
basename
"
$$
REF"
`
"
,
"COQTEST
$(
if
$(COQ_OLD)
, [ignored],
)
`
basename
"
$$
REF"
`
"
)
&&
\
echo
"COQTEST
$(
if
$(MAKE_REF)
, [make ref],
$(
if
$(COQ_OLD)
, [no ref],
))
$$
REF"
&&
\
TMPFILE
=
"
$
$(mktemp)
"
&&
\
$(TIMER)
$(COQ_TEST)
$(COQFLAGS)
$(COQLIBS)
-load-vernac-source
$<
>
"
$$
TMPFILE"
&&
\
$(
if
$(MAKE_REF)
,
\
...
...
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