Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
74fae80b
Commit
74fae80b
authored
Aug 26, 2014
by
MARCHE Claude
Browse files
make bench should removed generated why3shapes.gz
parent
2325f49a
Changes
1
Hide whitespace changes
Inline
Side-by-side
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