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
125
Issues
125
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
74fae80b
Commit
74fae80b
authored
Aug 26, 2014
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make bench should removed generated why3shapes.gz
parent
2325f49a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.in
Makefile.in
+4
-4
No files found.
Makefile.in
View file @
74fae80b
...
...
@@ -1560,17 +1560,17 @@ test-api-mlw.opt: examples/use_api/mlw.ml lib/why3/why3.cmxa
test-session.byte
:
examples/use_api/create_session.ml lib/why3/why3.cma lib/why3/why3session.cma
$(
if
$(QUIET)
,@echo
'Ocaml $<'
&&
)
\
ocaml
-I
lib/why3
$(INCLUDES)
$(EXTCMA)
lib/why3/why3.cma lib/why3/why3session.cma
$<
>
/dev/null
\
||
(
rm
-f
why3session.xml why3shapes
.dat
why3shapes.gz
;
\
||
(
rm
-f
why3session.xml why3shapes why3shapes.gz
;
\
printf
"Test of Why3 API calls for Session module failed. Please fix it"
;
exit
2
)
@
rm
-f
why3session.xml
@
rm
-f
why3session.xml
why3shapes why3shapes.gz
test-session.opt
:
examples/use_api/create_session.ml lib/why3/why3.cmxa lib/why3/why3session.cmxa
$(
if
$(QUIET)
,@echo
'Ocamlopt $<'
&&
)
\
(
$(OCAMLOPT)
-o
$@
-I
lib/why3
$(INCLUDES)
$(EXTCMXA)
lib/why3/why3.cmxa lib/why3/why3session.cmxa
$<
\
&&
./test-session.opt
>
/dev/null
)
\
||
(
rm
-f
test-session.opt why3session.xml why3shapes
.dat
why3shapes.gz
;
\
||
(
rm
-f
test-session.opt why3session.xml why3shapes why3shapes.gz
;
\
printf
"Test of Why3 API calls for Session module failed. Please fix it"
;
exit
2
)
@
rm
-f
test-session.opt why3session.xml
@
rm
-f
test-session.opt why3session.xml
why3shapes why3shapes.gz
test-coq-tactic.byte
:
src/coq-tactic/.why3-vo-byte
$(COQC)
-byte
-I
lib/coq-tactic/ bench/coq-tactic/test.v
...
...
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