Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
f9e6158e
Commit
f9e6158e
authored
Jul 17, 2015
by
yoogx
Browse files
* prove target is available only for PolyORB-HI/Ada
parent
17a091ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-build_utils.adb
View file @
f9e6158e
...
...
@@ -1577,11 +1577,13 @@ package body Ocarina.Backends.Build_Utils is
Compile_Ada_Files
(
M
.
Ada_Sources
);
Write_Eol
;
Write_Line
(
"prove:"
);
Write_Line
(
ASCII
.
HT
&
"gnatprove -P$(PROJECT_FILE) --warnings=continue "
&
"--report=fail"
);
if
Get_Current_Backend_Kind
=
PolyORB_HI_Ada
then
Write_Line
(
"prove:"
);
Write_Line
(
ASCII
.
HT
&
"gnatprove -P$(PROJECT_FILE) --warnings=continue "
&
"--report=fail"
);
end
if
;
-- Close the file
...
...
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