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
Commits
0dd65363
Commit
0dd65363
authored
May 09, 2018
by
Thanassis Tsiodras
Browse files
First step of moving back to relative paths (avoiding taste-update-data-view)
parent
de836303
Changes
45
Hide whitespace changes
Inline
Side-by-side
Demo-opengeode/build-script.sh
View file @
0dd65363
...
...
@@ -21,9 +21,6 @@ fi
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
||
exit
1
# Generate code for OpenGEODE function orchestrator
cd
"
$SKELS
"
/orchestrator
||
exit
1
opengeode
--toAda
orchestrator.pr system_structure.pr
||
exit
1
...
...
Demo_ABB/build-script.sh
View file @
0dd65363
...
...
@@ -14,8 +14,6 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created "build-script.new.sh" file.
taste-update-data-view
||
exit
1
rm
-f
lift_model.zip
zip lift_model lift_model/
*
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary
...
...
Demo_ACN/build-script.sh
View file @
0dd65363
...
...
@@ -27,7 +27,6 @@ zip a a/*
rm
-f
b.zip
zip b b/
*
cd
"
$OLDPWD
"
taste-update-data-view
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary
if
[
-f
ConcurrencyView.pro
]
...
...
Demo_Ada_GUI/build-script.sh
View file @
0dd65363
...
...
@@ -21,9 +21,6 @@ fi
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
||
exit
1
cd
"
$SKELS
"
&&
rm
-f
router.zip
&&
zip router router/
*
&&
cd
$OLDPWD
cd
"
$SKELS
"
&&
rm
-f
displayer.zip
&&
zip displayer displayer/
*
&&
cd
$OLDPWD
...
...
Demo_Blackbox/build-script.sh
View file @
0dd65363
...
...
@@ -14,8 +14,6 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created "build-script.new.sh" file.
taste-update-data-view
||
exit
1
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_Bright_Ascension/build-script.sh
View file @
0dd65363
...
...
@@ -14,8 +14,6 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
taste-update-data-view
||
exit
1
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_C/build-script.sh
View file @
0dd65363
...
...
@@ -4,7 +4,6 @@ rm -f simple_c_function.zip
zip simple_c_function simple_c_function/
*
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary.
*
taste-update-data-view
||
exit
1
# Ada runtime
assert-builder-ocarina.py
\
...
...
Demo_CVProperties/build-script.sh
View file @
0dd65363
...
...
@@ -14,8 +14,6 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
taste-update-data-view
||
exit
1
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_C_RTEMS/build-script.sh
View file @
0dd65363
...
...
@@ -42,9 +42,6 @@ grep "version => \"2" "$DEPLOYMENTVIEW" >/dev/null && {
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
||
exit
1
cd
"
$SKELS
"
&&
rm
-f
simple_c_function.zip
&&
zip simple_c_function simple_c_function/
*
&&
cd
$OLDPWD
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary
...
...
Demo_C_RTEMS_Gaisler/build-script.sh
View file @
0dd65363
...
...
@@ -42,9 +42,6 @@ grep "version => \"2" "$DEPLOYMENTVIEW" >/dev/null && {
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
||
exit
1
cd
"
$SKELS
"
&&
rm
-f
simple_c_function.zip
&&
zip simple_c_function simple_c_function/
*
&&
cd
$OLDPWD
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary
...
...
Demo_ContextParams/DataView.aadl
View file @
0dd65363
--------------------------------------------------------
--
! File generated by asn2aadl v2.1.10: DO NOT EDIT !
--------------------------------------------------------
--
! InputASN1FileChecksum:c4cca3f50df525b08cac54f4b04c5297:
/home/taste/tool-src/testSuites/Demo_ContextParams/
DataView.asn:
--
! InputASN1FileChecksum:ee8a7e01f29874c0d50f437d5abb9599:
/home/taste/tool-inst/share/taste
-types/taste-types.asn:
--
! InputASN1FileChecksum:c4cca3f50df525b08cac54f4b04c5297:DataView.asn:
--
! InputASN1FileChecksum:ee8a7e01f29874c0d50f437d5abb9599:
../misc/taste-common
-types/taste-types.asn:
--------------------------------------------------------
package
DataView
...
...
@@ -46,7 +46,7 @@ end Stream_Element_Buffer;
DATA
T_SEQUENCE
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste/tool-src/testSuites/Demo_ContextParams/
DataView.asn"
);
Source_Text
=>
(
"DataView.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
Demo_Crazyflie_Blink/build-script.sh
View file @
0dd65363
...
...
@@ -53,9 +53,6 @@ grep "version => \"2" "$DEPLOYMENTVIEW" >/dev/null && {
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
# Generate code for OpenGEODE function function1
cd
"
$SKELS
"
/function1
&&
opengeode
--toAda
function1.pr system_structure.pr
&&
cd
$OLDPWD
...
...
Demo_Crazyflie_IMU/build-script.sh
View file @
0dd65363
...
...
@@ -54,9 +54,6 @@ grep "version => \"2" "$DEPLOYMENTVIEW" >/dev/null && {
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
cd
"
$SKELS
"
&&
rm
-f
copter_imu.zip
&&
zip copter_imu copter_imu/
*
&&
cd
$OLDPWD
cd
"
$SKELS
"
&&
rm
-f
control_laws.zip
&&
zip control_laws control_laws/
*
&&
cd
$OLDPWD
...
...
Demo_Distrib/build-script.sh
View file @
0dd65363
...
...
@@ -9,8 +9,6 @@ cd ..
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary.linux.pohic/
taste-update-data-view
||
exit
1
assert-builder-ocarina.py
\
-f
\
-p
\
...
...
Demo_EmptySeq/build-script.sh
View file @
0dd65363
...
...
@@ -21,9 +21,6 @@ fi
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
||
exit
1
# Generate code for OpenGEODE function flight
cd
"
$SKELS
"
/flight
&&
opengeode
--toAda
flight.pr system_structure.pr
&&
cd
$OLDPWD
...
...
Demo_ExternalLib/build-script.sh
View file @
0dd65363
...
...
@@ -24,9 +24,6 @@ fi
SKELS
=
"./"
# Update the data view with local paths
taste-update-data-view
||
exit
1
cd
"
$SKELS
"
&&
rm
-f
function1.zip
&&
zip function1 function1/
*
&&
cd
$OLDPWD
[
!
-z
"
$CLEANUP
"
]
&&
rm
-rf
binary
...
...
Demo_ImportedComponent/build-script.sh
View file @
0dd65363
#!/bin/bash
taste-update-data-view
||
exit
1
rm
-f
a.zip
zip a a/
*
rm
-f
b.zip
...
...
Demo_KeepCase/build-script.sh
View file @
0dd65363
#!/bin/bash
taste-update-data-view
||
exit
1
rm
-f
hello.zip
zip hello hello/
*
rm
-f
world.zip
...
...
Demo_ManyThreads/build-script.sh
View file @
0dd65363
...
...
@@ -14,8 +14,6 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created file.
taste-update-data-view
||
exit
1
if
[
-z
"
$DEPLOYMENTVIEW
"
]
then
DEPLOYMENTVIEW
=
DeploymentView.aadl
...
...
Demo_MessageOrdering/build-script.sh
View file @
0dd65363
...
...
@@ -14,8 +14,6 @@
# Note: TASTE will not overwrite your changes - if you need to update some parts
# you will have to merge the changes with the newly-created "build-script.new.sh" file.
taste-update-data-view
||
exit
1
rm
-f
f1.zip
zip f1 f1/
*
rm
-f
f2.zip
...
...
Prev
1
2
3
Next
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