Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
5139aaa3
Commit
5139aaa3
authored
Dec 23, 2015
by
yoogx
Browse files
* Use pseudo-target SPARK for the prove target
parent
3187a113
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-build_utils.adb
View file @
5139aaa3
...
...
@@ -1581,8 +1581,8 @@ package body Ocarina.Backends.Build_Utils is
Write_Line
(
"prove:"
);
Write_Line
(
ASCII
.
HT
&
"gnatprove -P$(PROJECT_FILE) -
-warnings=continue "
&
"
--report=fail"
);
"gnatprove -P$(PROJECT_FILE) -
XTARGET=SPARK "
&
"--warnings=continue
--report=fail"
);
end
if
;
-- Close the file
...
...
Write
Preview
Supports
Markdown
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