Skip to content

Commit

Permalink
test cases/subprojects: structure for new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gerion0 committed Oct 21, 2024
1 parent e6b99e1 commit 0d46033
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions test cases/subprojects/1 mix/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('1 mix', 'c')
2 changes: 2 additions & 0 deletions test cases/subprojects/1 mix/subprojects/deep.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-redirect]
filename = inner/subprojects/deep.wrap
1 change: 1 addition & 0 deletions test cases/subprojects/1 mix/subprojects/deep/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('deep', 'c')
2 changes: 2 additions & 0 deletions test cases/subprojects/1 mix/subprojects/inner.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-redirect]
filename = nested/subprojects/inner.wrap
1 change: 1 addition & 0 deletions test cases/subprojects/1 mix/subprojects/inner/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('inner', 'c')
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('just_folder', 'c')
2 changes: 2 additions & 0 deletions test cases/subprojects/1 mix/subprojects/just_wrap.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
2 changes: 2 additions & 0 deletions test cases/subprojects/1 mix/subprojects/nested.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('nested', 'c')
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
2 changes: 2 additions & 0 deletions test cases/subprojects/1 mix/subprojects/used_two_times.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('used_two_times', 'c')
2 changes: 2 additions & 0 deletions test cases/subprojects/1 mix/subprojects/with_wrap.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wrap-git]
url = http://from.somewhere
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project('with_wrap', 'c')

0 comments on commit 0d46033

Please sign in to comment.