Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
b1d043ef
Commit
b1d043ef
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
make NO_TEST=1 skips the tests
parent
267cc708
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15518
passed
6 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.coq.local
+3
-3
3 additions, 3 deletions
Makefile.coq.local
with
3 additions
and
3 deletions
Makefile.coq.local
+
3
−
3
View file @
b1d043ef
#
r
un tests with main build
real-all
:
test
#
R
un 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
)
, [
ig
nore
d
],
)
`
basename
"
$$
REF"
`
"
)
&&
\
echo
"COQTEST
$(
if
$(
MAKE_REF
)
, [make ref]
,
$(
if
$(
COQ_OLD
)
, [no
re
f
],
)
)
$$
REF"
&&
\
TMPFILE
=
"
$$(
mktemp
)
"
&&
\
$(
TIMER
)
$(
COQ_TEST
)
$(
COQFLAGS
)
$(
COQLIBS
)
-load-vernac-source
$<
>
"
$$
TMPFILE"
&&
\
$(
if
$(
MAKE_REF
)
,
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment