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
a7401045
Commit
a7401045
authored
Dec 16, 2010
by
François Bobot
Browse files
install fix
parent
4e0bf50f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
a7401045
...
...
@@ -599,6 +599,12 @@ plugins/whytptp.cmxs: plugins src/tptp2why/whytptp.cmxs
plugins/whytptp.cmo
:
plugins src/tptp2why/whytptp.cmo
@
cp
src/tptp2why/whytptp.cmo
$@
install_no_local
::
mkdir
-p
$(LIBDIR)
/why3/plugins
cp
-f
plugins/whytptp.cm
*
$(LIBDIR)
/why3/plugins
# depend and clean targets
ifeq
(@enable_whytptp@,yes)
...
...
src/bench/bench.ml
View file @
a7401045
...
...
@@ -332,7 +332,7 @@ answer output time
let
tool_res
=
List
.
map
(
fun
(
t
,
l
)
->
t
,
compute_average
l
)
l
in
let
print_tool_res
(
tool_val
,
tool_res
)
=
fprintf
fmt
"%a - %a
\n
"
print_tool_res
tool_res
print_tool
tool_val
in
fprintf
fmt
"(v,u,t,i,f) - valid, unknown, timeout, invalid, failure
@.
"
;
fprintf
fmt
"(v,u,t,i,f) - valid, unknown, timeout, invalid, failure
\n
"
;
List
.
iter
print_tool_res
tool_res
...
...
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