Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
123
Issues
123
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
fc927c12
Commit
fc927c12
authored
Feb 17, 2015
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure that the Why3 library is visible from the plugin, since it references WhyType.
parent
4dcb456d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Makefile.in
Makefile.in
+4
-4
lib/coq-tactic/Why3.v
lib/coq-tactic/Why3.v
+2
-0
No files found.
Makefile.in
View file @
fc927c12
...
...
@@ -795,12 +795,12 @@ src/coq-tactic/why3tac.ml: src/coq-tactic/why3tac.ml4
src/coq-tactic/.why3-vo-byte
:
lib/coq-tactic/Why3.v lib/coq-tactic/why3tac.cma
$(
if
$(QUIET)
,@echo
'Coqc $<'
&&
)
\
WHY3CONFIG
=
""
$(COQC)
-byte
-R
lib/coq-tactic Why3
$<
&&
\
WHY3CONFIG
=
""
$(COQC)
-byte
-R
lib/coq-tactic Why3
-R
lib/coq Why3
$<
&&
\
touch
src/coq-tactic/.why3-vo-byte
src/coq-tactic/.why3-vo-opt
:
lib/coq-tactic/Why3.v lib/coq-tactic/why3tac.cmxs
$(
if
$(QUIET)
,@echo
'Coqc $<'
&&
)
\
WHY3CONFIG
=
""
$(COQC)
-opt
-R
lib/coq-tactic Why3
$<
&&
\
WHY3CONFIG
=
""
$(COQC)
-opt
-R
lib/coq-tactic Why3
-R
lib/coq Why3
$<
&&
\
touch
src/coq-tactic/.why3-vo-opt
# depend and clean targets
...
...
@@ -1432,10 +1432,10 @@ test-session.opt: examples/use_api/create_session.ml lib/why3/why3.cmxa
@
rm
-f
test-session.opt why3session.xml why3shapes why3shapes.gz
test-coq-tactic.byte
:
src/coq-tactic/.why3-vo-byte
$(COQC)
-byte
-R
lib/coq-tactic Why3 bench/coq-tactic/test.v
$(COQC)
-byte
-R
lib/coq-tactic Why3
-R
lib/coq Why3
bench/coq-tactic/test.v
test-coq-tactic.opt
:
src/coq-tactic/.why3-vo-opt
$(COQC)
-opt
-R
lib/coq-tactic Why3 bench/coq-tactic/test.v
$(COQC)
-opt
-R
lib/coq-tactic Why3
-R
lib/coq Why3
bench/coq-tactic/test.v
#only test the compilation of runstrat
test-runstrat.byte
:
lib/why3/why3.cma lib/why3/META
...
...
lib/coq-tactic/Why3.v
View file @
fc927c12
Require
Import
ZArith
Reals
Why3
.
BuiltIn
.
Declare
ML
Module
"why3tac"
.
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