When doing include_directories('.') at the root of the subproject we should not warn about sandboxing violation.pull/8571/head
parent
66d62a224e
commit
37d4c86e5b
4 changed files with 11 additions and 3 deletions
@ -1,3 +1,3 @@ |
|||||||
project('subproj', 'c') |
project('subproj', 'c') |
||||||
|
|
||||||
# This is never actually executed, just here for completeness. |
include_directories('.') |
||||||
|
@ -1,7 +1,9 @@ |
|||||||
{ |
{ |
||||||
"stdout": [ |
"stdout": [ |
||||||
{ |
{ |
||||||
"line": "WARNING: include_directories sandbox violation!" |
"line": ".*WARNING: include_directories sandbox violation!", |
||||||
|
"match": "re", |
||||||
|
"count": 1 |
||||||
} |
} |
||||||
] |
] |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue