blob: ff3738265637545484e1c0312c8be9862e8e0813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"include_paths": ["webhelper", "."],
"options": "--verbose",
"spec_files": [
"test/endless",
"test/webhelper",
"test/tools/eos-application-manifest"
],
"environment": {
"GI_TYPELIB_PATH": ".",
"LD_LIBRARY_PATH": ".libs",
"XDG_CONFIG_HOME": "/tmp"
}
}
|