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
6d63cdb4
Commit
6d63cdb4
authored
May 31, 2018
by
Thanassis Tsiodras
Browse files
Convert absolute paths to relative ones.
parent
369c85b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demo_Serial_N2X/DataView.aadl
View file @
6d63cdb4
...
...
@@ -292,7 +292,7 @@ SUBCOMPONENTS
END
Taste_DataView
.
others
;
DATA
ACN_DataView
PROPERTIES
Source_Text
=>
(
"
/root/tool-src/testSuites/Demo_Serial_N2X/
DataView.acn"
);
Source_Text
=>
(
"DataView.acn"
);
Source_Language
=>
(
ACN
);
END
ACN_DataView
;
...
...
Demo_SpaceWire_N2X/DataView.aadl
View file @
6d63cdb4
...
...
@@ -292,7 +292,7 @@ SUBCOMPONENTS
END
Taste_DataView
.
others
;
DATA
ACN_DataView
PROPERTIES
Source_Text
=>
(
"
/root/tool-src/testSuites/Demo_SpaceWire_N2X/
DataView.acn"
);
Source_Text
=>
(
"DataView.acn"
);
Source_Language
=>
(
ACN
);
END
ACN_DataView
;
...
...
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