The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
372 B
17 lines
372 B
3 years ago
|
{
|
||
|
"matrix": {
|
||
|
"options": {
|
||
|
"failmode": [
|
||
|
{ "val": "not-installed" },
|
||
3 years ago
|
{ "val": "parent-dir" },
|
||
|
{ "val": "root-subdir" }
|
||
3 years ago
|
]
|
||
|
}
|
||
|
},
|
||
|
"stdout": [
|
||
|
{
|
||
2 years ago
|
"line": "test cases/failing/124 subproject sandbox violation/meson.build:24:0: ERROR: Sandbox violation: Tried to grab file file.txt from a nested subproject."
|
||
3 years ago
|
}
|
||
|
]
|
||
|
}
|