parent
9d1b59fa7f
commit
e85138fcc8
16 changed files with 19 additions and 19 deletions
@ -1,7 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/40 custom target plainname many inputs/meson.build:5:0: ERROR: custom_target: output cannot containe \"@PLAINNAME@\" or \"@BASENAME@\" when there is more than one input (we can't know which to use)" |
||||
"line": "test cases/failing/40 custom target plainname many inputs/meson.build:5:0: ERROR: custom_target: output cannot contain \"@PLAINNAME@\" or \"@BASENAME@\" when there is more than one input (we can't know which to use)" |
||||
} |
||||
] |
||||
} |
||||
|
@ -1,4 +1,4 @@ |
||||
project('python wihtout pkgconfig', 'c') |
||||
project('python without pkgconfig', 'c') |
||||
|
||||
# This unit test is ran with PKG_CONFIG=notfound |
||||
import('python').find_installation().dependency() |
||||
|
Loading…
Reference in new issue