Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
ebed5ee0
Commit
ebed5ee0
authored
Oct 17, 2012
by
Andrei Paskevich
Browse files
brown-paper bug fix
parent
4599fe6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
ebed5ee0
...
...
@@ -1111,8 +1111,9 @@ install_local: bin/why3doc
.PHONY
:
bench test
bench
::
bin/why3.@OCAMLBEST@ bin/why3config.@OCAMLBEST@ plugins $(TOOLS)
test
-f
examples/use-api.ml
&&
$(MAKE)
test-api.@OCAMLBEST@
test
-d
examples/runstrat
&&
$(MAKE)
test-runstrat.@OCAMLBEST@
$(MAKE)
test-api.@OCAMLBEST@
if
test
-d
examples/runstrat
;
then
\
$(MAKE)
test-runstrat.@OCAMLBEST@
;
fi
sh bench/bench
"bin/why3.@OCAMLBEST@"
@
if
test
"@enable_coq_tactic@"
=
"yes"
;
then
\
echo
"=== checking the Coq tactic ==="
;
\
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment