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
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
7bc2d1d4
Commit
7bc2d1d4
authored
Aug 27, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for test8
parent
26a6b789
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
14 deletions
+11
-14
templates/concurrency_view/ada_pohi_gpr/partition.tmplt
templates/concurrency_view/ada_pohi_gpr/partition.tmplt
+4
-4
templates/concurrency_view/pohic_makefile_workaround/partition.tmplt
...oncurrency_view/pohic_makefile_workaround/partition.tmplt
+4
-4
test/test8/Makefile
test/test8/Makefile
+3
-6
No files found.
templates/concurrency_view/ada_pohi_gpr/partition.tmplt
View file @
7bc2d1d4
...
...
@@ -57,12 +57,12 @@ project @_CAPITALIZE:Name_@ is
"../../dataview/Ada"
,
@@
END_IF
@@
@@
TABLE
@@
@@
IF
@@
@
_Block_Languages_
@
=
sdl
"../../@_LOWER:Block_Names_@/
@_UPPER:Block_Languages_@
/code"
,
@@
IF
@@
@
_Block_Languages_
@
=
SDL
"../../@_LOWER:Block_Names_@/
SDL
/code"
,
@@
ELSE
@@
"../../@_LOWER:Block_Names_@/@_
UPPER:
Block_Languages_@/src"
,
"../../@_LOWER:Block_Names_@/@_Block_Languages_@/src"
,
@@
END_IF
@@
"../../@_LOWER:Block_Names_@/@_
UPPER:
Block_Languages_@/wrappers"
,
"../../@_LOWER:Block_Names_@/@_Block_Languages_@/wrappers"
,
@@
END_TABLE
@@
"../deploymentview_final/@_LOWER:Name_@"
)
&
external_as_list
(
"ADA_INCLUDE_PATH"
,
":"
);
...
...
templates/concurrency_view/pohic_makefile_workaround/partition.tmplt
View file @
7bc2d1d4
...
...
@@ -27,12 +27,12 @@ echo PO_HI_OBJS=\\ >@_LOWER:Name_@_build.sh
@@INLINE( )( )()@@
for d in @_LOWER:Name_@ ../../dataview/C
@@TABLE@@
@@IF@@ @_Block_Languages_@ = sdl
../../@_LOWER:Block_Names_@/
@_UPPER:Block_Languages_@
/code
@@IF@@ @_
LOWER:
Block_Languages_@ = sdl
../../@_LOWER:Block_Names_@/
SDL
/code
@@ELSE@@
../../@_LOWER:Block_Names_@/@_
UPPER:
Block_Languages_@/src
../../@_LOWER:Block_Names_@/@_Block_Languages_@/src
@@END_IF@@
../../@_LOWER:Block_Names_@/@_
UPPER:
Block_Languages_@/wrappers
../../@_LOWER:Block_Names_@/@_Block_Languages_@/wrappers
@@END_TABLE@@
@@END_INLINE@@
do
...
...
test/test8/Makefile
View file @
7bc2d1d4
KAZOO
=
../../kazoo
all
:
test-parse
cd
output
&&
make
$(MAKE)
-C
output.pohic
test-parse
:
clean
$(KAZOO)
--gw
\
-o
output
\
--glue
\
--debug
$(KAZOO)
--gw
-p
-o
output.pohic
--glue
--debug
clean
:
rm
-rf
output
rm
-rf
output
.pohic
.PHONY
:
clean test-parse
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