Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
4d1f0266
Commit
4d1f0266
authored
Jul 11, 2019
by
Maxime Perrotin
Browse files
Update Makefile of test case
parent
e0c9082e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/taste-concurrency_view.adb
View file @
4d1f0266
...
...
@@ -448,6 +448,14 @@ package body TASTE.Concurrency_View is
(
if
Trigger
then
Generate_Node
(
Node_Name
)
else
""
);
begin
if
Node_Name
/=
"interfaceview"
then
Put_Debug
(
Path
&
" :"
&
Trigger
'
Img
&
" ("
&
Node_Name
&
")"
);
Put_Debug
(
Strip_String
(
Parse
(
Path
&
"/trigger.tmplt"
,
Trig_Tmpl
)));
end
if
;
if
Trigger
then
-- Associate node name, CPU name and CPU classifier
...
...
test/test-cv/Makefile
View file @
4d1f0266
KAZOO
=
../../kazoo
all
:
test-parse
make
-C
output
cp
obsw.pr output/obsw/SDL/src
cd
output/concurrency_view
&&
\
make
-C
output
.ada
cp
obsw.pr output
.ada
/obsw/SDL/src
cd
output
.ada
/concurrency_view
&&
\
ocarina
-x
main.aadl
&&
\
make
-f
Makefile.taste
c
:
#
Polyorb_HI_C output
$(KAZOO)
-p
--gw
--glue
--debug
-o
output
_
pohic
&&
\
make
-C
output
_
pohic
&&
\
cp
obsw.pr output
_
pohic/obsw/SDL/src
&&
\
cd
output
_
pohic/concurrency_view
&&
\
$(KAZOO)
-p
--gw
--glue
--debug
-o
output
.
pohic
&&
\
make
-C
output
.
pohic
&&
\
cp
obsw.pr output
.
pohic/obsw/SDL/src
&&
\
cd
output
.
pohic/concurrency_view
&&
\
ocarina
-x
main.aadl
&&
\
make
-f
Makefile.taste
test-parse
:
clean
$(KAZOO)
--gw
\
-o
output
\
-o
output
.ada
\
--glue
\
--debug
test-parse-c
:
clean
$(KAZOO)
-p
--gw
\
-o
output
\
-o
output
.pohic
\
--glue
buildsupport_pohic
:
buildsupport
-o
buildsupport
_
pohic
-p
--aadlv2
--glue
-i
InterfaceView.aadl
-c
DeploymentView.aadl
-d
DataView.aadl ../common/ocarina_components.aadl ../common/TASTE_IV_Properties.aadl ../common/TASTE_DV_Properties.aadl
buildsupport
-o
output.
buildsupport
.
pohic
-p
--aadlv2
--glue
-i
InterfaceView.aadl
-c
DeploymentView.aadl
-d
DataView.aadl ../common/ocarina_components.aadl ../common/TASTE_IV_Properties.aadl ../common/TASTE_DV_Properties.aadl
buildsupport_pohiada
:
buildsupport
-o
buildsupport
_
ada
--aadlv2
--glue
-i
InterfaceView.aadl
-c
DeploymentView.aadl
-d
DataView.aadl ../common/ocarina_components.aadl ../common/TASTE_IV_Properties.aadl ../common/TASTE_DV_Properties.aadl
buildsupport
-o
output.
buildsupport
.
ada
--aadlv2
--glue
-i
InterfaceView.aadl
-c
DeploymentView.aadl
-d
DataView.aadl ../common/ocarina_components.aadl ../common/TASTE_IV_Properties.aadl ../common/TASTE_DV_Properties.aadl
gdb
:
clean
gdb
--args
$(KAZOO)
--gw
\
-o
output
\
-o
output
.pohic
\
--glue
\
--debug
clean
:
rm
-rf
output
rm
-rf
output
.ada output.pohic
.PHONY
:
clean test-parse gdb
.PHONY
:
clean test-parse gdb
test-parse-c buildsupport_pohic buildsupport_pohiada c
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