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
S
stdpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
52
Issues
52
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
stdpp
Commits
b1d043ef
Commit
b1d043ef
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
267cc708
Pipeline
#15518
passed with stage
in 12 minutes and 41 seconds
Changes
1
Pipelines
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 @
b1d043ef
#
run tests with main build
#
Run tests interleaved with main build. They have to be in the same target for this.
real-all
:
test
real-all
:
$(if $(NO_TEST)
,,
test)
# the test suite
# the test suite
TESTFILES
=
$(
wildcard
tests/
*
.v
)
TESTFILES
=
$(
wildcard
tests/
*
.v
)
...
@@ -23,7 +23,7 @@ $(TESTFILES:.v=.vo): %.vo: %.v $(if $(MAKE_REF),,%.ref)
...
@@ -23,7 +23,7 @@ $(TESTFILES:.v=.vo): %.vo: %.v $(if $(MAKE_REF),,%.ref)
else
\
else
\
REF
=
"tests/
$$
TEST.ref"
;
\
REF
=
"tests/
$$
TEST.ref"
;
\
fi
&&
\
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)
"
&&
\
TMPFILE
=
"
$
$(mktemp)
"
&&
\
$(TIMER)
$(COQ_TEST)
$(COQFLAGS)
$(COQLIBS)
-load-vernac-source
$<
>
"
$$
TMPFILE"
&&
\
$(TIMER)
$(COQ_TEST)
$(COQFLAGS)
$(COQLIBS)
-load-vernac-source
$<
>
"
$$
TMPFILE"
&&
\
$(
if
$(MAKE_REF)
,
\
$(
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