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
62dcec02
Commit
62dcec02
authored
Dec 10, 2019
by
Maxime Perrotin
Browse files
Update Makefile of test case
parent
28aa421d
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-air-2cyclics/Makefile
View file @
62dcec02
KAZOO
=
../../kazoo
all
:
test-parse
cp
input_data/helloworld1.c
output
/helloworld1/C/src
cp
input_data/helloworld2.c
output
/helloworld2/C/src
make
-C
output
air
cp
input_data/helloworld1.c
work
/helloworld1/C/src
cp
input_data/helloworld2.c
work
/helloworld2/C/src
make
-C
work
air
test-parse
:
clean
$(KAZOO)
--gw
-p
\
-o
output
\
-o
work
\
--glue
\
--no-stdlib
\
--debug
\
../common/ocarina_components.aadl
skeletons
:
$(MAKE)
-C
work skeletons
gdb
:
clean
gdb
--args
$(KAZOO)
--gw
-p
\
...
...
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