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
493c3127
Commit
493c3127
authored
Feb 17, 2015
by
Guillaume Melquiond
Browse files
Fix command line for coqc in the bench.
parent
ac395e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
493c3127
...
...
@@ -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
-
I
lib/coq-tactic
/
bench/coq-tactic/test.v
$(COQC)
-byte
-
R
lib/coq-tactic
Why3
bench/coq-tactic/test.v
test-coq-tactic.opt
:
src/coq-tactic/.why3-vo-opt
$(COQC)
-opt
-
I
lib/coq-tactic
/
bench/coq-tactic/test.v
$(COQC)
-opt
-
R
lib/coq-tactic
Why3
bench/coq-tactic/test.v
#only test the compilation of runstrat
test-runstrat.byte
:
lib/why3/why3.cma lib/why3/META
...
...
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