Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
4d26965d
Commit
4d26965d
authored
Jun 14, 2014
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Added targets to support use of GNATPRove from project files
and makefile generated for PolyORB-HI/Ada
parent
01b2d3f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
src/backends/ocarina-backends-build_utils.adb
src/backends/ocarina-backends-build_utils.adb
+6
-1
src/backends/ocarina-backends-po_hi_ada.adb
src/backends/ocarina-backends-po_hi_ada.adb
+3
-1
No files found.
src/backends/ocarina-backends-build_utils.adb
View file @
4d26965d
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
3
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
4
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify --
-- it under terms of the GNU General Public License as published by the --
...
...
@@ -1585,6 +1585,11 @@ 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"
);
-- Close the file
Close
(
Fd
);
...
...
src/backends/ocarina-backends-po_hi_ada.adb
View file @
4d26965d
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
2
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-201
4
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify --
-- it under terms of the GNU General Public License as published by the --
...
...
@@ -493,6 +493,8 @@ package body Ocarina.Backends.PO_HI_Ada is
Write_Line
(
"package Linker renames PolyORB_HI.Linker;"
);
Write_Indentation
;
Write_Line
(
"package Check renames PolyORB_HI.Check;"
);
Write_Indentation
;
Write_Line
(
"package Prove renames PolyORB_HI.Prove;"
);
Write_Eol
;
Decrement_Indentation
;
...
...
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