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
d297a432
Commit
d297a432
authored
6 months ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
move COQ_REF further up so it is easier to see
parent
8a031c06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#106985
passed
6 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.coq.local
+5
-4
5 additions, 4 deletions
Makefile.coq.local
with
5 additions
and
4 deletions
Makefile.coq.local
+
5
−
4
View file @
d297a432
...
...
@@ -4,6 +4,11 @@ NO_TEST:=
# use MAKE_REF=1 to generate new reference files
MAKE_REF
:=
# Only test reference output on known versions of Coq, to avoid blocking
# Coq CI when they change the printing a little.
# Need to make this a lazy variable (`=` instead of `:=`) since COQ_VERSION is only set later.
COQ_REF
=
$(
shell
echo
"
$(
COQ_VERSION
)
"
|
grep
-E
"^8
\.
(20
)
\.
"
-q
&&
echo
1
)
# Run tests interleaved with main build. They have to be in the same target for this.
real-all
:
style $(if $(NO_TEST)
,,
test)
...
...
@@ -24,10 +29,6 @@ test: $(TESTFILES:.v=.vo)
.PHONY
:
test
COQ_TEST
=
$(
COQTOP
)
$(
COQDEBUG
)
-batch
-test-mode
# Only test reference output on known versions of Coq, to avoid blocking
# Coq CI when they change the printing a little.
# Need to make this a lazy variable (`=` instead of `:=`) since COQ_VERSION is only set later.
COQ_REF
=
$(
shell
echo
"
$(
COQ_VERSION
)
"
|
grep
-E
"^8
\.
(20
)
\.
"
-q
&&
echo
1
)
tests/.coqdeps.d
:
$(TESTFILES)
$(
SHOW
)
'COQDEP TESTFILES'
...
...
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