Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Compare Revisions
f8c98de517260bc3c38d3802c1e57ff3a2c1f504...e132e75518f512dc5b622b1cf3fd3f706a58c292
Commits (1)
Don't use hardcoded paths (Docker, native, chroots...)
· e132e755
Thanassis Tsiodras
authored
Oct 22, 2017
e132e755
Hide whitespace changes
Inline
Side-by-side
Demo_PeekPoke_Linux/InterfaceView.aadl
→
Demo_PeekPoke_Linux/InterfaceView.aadl
.template
View file @
e132e755
File moved
Demo_PeekPoke_Linux/build-script.sh
View file @
e132e755
...
...
@@ -96,7 +96,7 @@ cd "$CWD" && assert-builder-ocarina.py \
-o
"
$OUTPUTDIR
"
\
--subC
function1:
"
$SKELS
"
/function1.zip
\
--subC
function2:
"
$SKELS
"
/function2.zip
\
--subC
taste_probe:
/home/taste/tool-inst
/share/components_library/peekpoke/taste_probe.zip
\
--subC
taste_probe:
$(
taste-config
--prefix
)
/share/components_library/peekpoke/taste_probe.zip
\
$ORCHESTRATOR_OPTIONS
if
[
-f
user_init_last.sh
]
...
...
Demo_PeekPoke_Linux/user_init_pre.sh
View file @
e132e755
taste-update-data-view DataView.asn
$(
taste-config
--prefix
)
/share/components_library/peekpoke/peekpoke_dataview.asn
export
USER_CFLAGS
=
-no-pie
export
USER_LDFLAGS
=
-no-pie
cat
InterfaceView.aadl.template |
\
sed
"s,/home/taste/tool-inst,
$(
taste-config
--prefix
)
,g"
>
\
InterfaceView.aadl