diff options
Diffstat (limited to 'meson/test cases/failing/105 no fallback/test.json')
-rw-r--r-- | meson/test cases/failing/105 no fallback/test.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson/test cases/failing/105 no fallback/test.json b/meson/test cases/failing/105 no fallback/test.json new file mode 100644 index 000000000..e0340616c --- /dev/null +++ b/meson/test cases/failing/105 no fallback/test.json @@ -0,0 +1,8 @@ +{ + "stdout": [ + { + "match": "re", + "line": ".*/meson\\.build:2:0: ERROR: (Pkg-config binary for machine MachineChoice\\.HOST not found\\. Giving up\\.|Dependency \"foob\" not found, tried .*)" + } + ] +} |