parent
b7159f4a1a
commit
c72715db68
4 changed files with 13 additions and 0 deletions
@ -0,0 +1 @@ |
|||||||
|
int main(void) { return 0; } |
@ -0,0 +1,4 @@ |
|||||||
|
project('test', 'c') |
||||||
|
|
||||||
|
executable( |
||||||
|
'main', 'main.c', dependencies: subproject('sub')) |
@ -0,0 +1 @@ |
|||||||
|
project('sub') |
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"stdout": [ |
||||||
|
{ |
||||||
|
"line": "test cases/failing/127 subproject object as a dependency/meson.build:3:0: ERROR: Argument is of an unacceptable type 'SubprojectHolder'." |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue