Skip to content

Commit

Permalink
* File test case for github issue #66
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Jun 10, 2016
1 parent de5a40b commit e4e675f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,6 @@ tests/github/issue_50/test2.aadl
tests/github/issue_55/test.aadl
tests/github/issue_56/test.aadl
tests/github/issue_56/testFeatureGroup.aadl
tests/github/issue_66/test.aadl

tests/root_system/test.aadl
3 changes: 3 additions & 0 deletions tests/github/issue_66/MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
AADL_VERSION=-aadlv2
OCARINA_FLAGS=-disable-annexes=all

15 changes: 15 additions & 0 deletions tests/github/issue_66/test.aadl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package Test
public

system s end s;
system s2 end s2;

system implementation s2.i
subcomponents
a : system s;
b : system s;
properties
Source_Language => (C) applies to a, b;
end s2.i;

end Test;

0 comments on commit e4e675f

Please sign in to comment.