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
kazoo
Commits
b55d9f75
Commit
b55d9f75
authored
May 03, 2019
by
Maxime Perrotin
Browse files
Fix PATHs
parent
5696eda1
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/taste-parser_utils.adb
View file @
b55d9f75
...
...
@@ -182,7 +182,7 @@ package body TASTE.Parser_Utils is
&
Assoc
(
"Use_POHIC"
,
Config
.
Use_POHIC
)
&
Assoc
(
"Timer_Resolution"
,
Config
.
Timer_Resolution
)
&
Assoc
(
"Debug_Flag"
,
Config
.
Debug_Flag
)
&
Assoc
(
"No_Std
L
ib_Flag"
,
Config
.
No_Stdlib
)
&
Assoc
(
"No_Std
l
ib_Flag"
,
Config
.
No_Stdlib
)
&
Assoc
(
"Timer_Resolution"
,
Config
.
Timer_Resolution
)
&
Assoc
(
"Other_Files"
,
Vec
));
end
To_Template
;
...
...
templates/concurrency_view/aadl_3_main/system.tmplt
View file @
b55d9f75
...
...
@@ -19,9 +19,9 @@
system Taste
properties
Ocarina_Config::AADL_Files =>
("@_Interface_View_@",
"@_Deployment_View_@",
"@_Data_View_@",
("
../../
@_Interface_View_@",
"
../../
@_Deployment_View_@",
"
../../
@_Data_View_@",
"system.aadl",
@@IF@@ not @_No_Stdlib_Flag_@
"ocarina_components.aadl",
...
...
@@ -29,7 +29,7 @@ properties
@@IF@@ @_Other_Files'Length_@ > 0
@@INLINE( )(,\n)(,\n)@@
@@TABLE@@
"@_Other_Files_@"
"
../../
@_Other_Files_@"
@@END_TABLE@@
@@END_INLINE@@
@@END_IF@@
...
...
test/test-cv/Makefile
View file @
b55d9f75
KAZOO
=
../../kazoo
all
:
test-parse
cp
InterfaceView.aadl output/concurrency_view
&&
\
cp
DeploymentView.aadl output/concurrency_view
&&
\
cp
DataView.aadl output/concurrency_view
&&
\
cd
output/concurrency_view
&&
ocarina
-x
main.aadl
ocarina
-x
output/concurrency_view/main.aadl
test-parse
:
clean
$(KAZOO)
--gw
\
...
...
test/test-tsp1/Makefile
View file @
b55d9f75
KAZOO
=
../../kazoo
all
:
test-parse
cp
InterfaceView.aadl output/concurrency_view
&&
\
cp
DeploymentView.aadl output/concurrency_view
&&
\
cp
DataView.aadl output/concurrency_view
&&
\
cd
output/concurrency_view
&&
ocarina
-x
main.aadl
test-parse
:
clean
...
...
test/test-tsp2/Makefile
View file @
b55d9f75
KAZOO
=
../../kazoo
all
:
test-parse
cp
InterfaceView.aadl output/concurrency_view
&&
\
cp
DeploymentView.aadl output/concurrency_view
&&
\
cp
DataView.aadl output/concurrency_view
&&
\
cd
output/concurrency_view
&&
ocarina
-x
main.aadl
test-parse
:
clean
...
...
test/test-tsp3/Makefile
View file @
b55d9f75
KAZOO
=
../../kazoo
all
:
test-parse
cp
InterfaceView.aadl output/concurrency_view
&&
\
cp
DeploymentView.aadl output/concurrency_view
&&
\
cp
DataView.aadl output/concurrency_view
&&
\
cd
output/concurrency_view
&&
ocarina
-x
main.aadl
test-parse
:
clean
...
...
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