main shinobi / tests / mk / shin / include / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "include",
 4  "compare_output": true,
 5  "description": "glob include expands and loads all matching include fragments",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "file",
15      "mode": "0644",
16      "mtime": 0,
17      "path": "mk/a.mk",
18      "content": "A=one\n"
19    },
20    {
21      "kind": "file",
22      "mode": "0644",
23      "mtime": 0,
24      "path": "mk/b.mk",
25      "content": "B=two\n"
26    }
27  ],
28  "stdin": "",
29  "suite": "shin",
30  "timeout_seconds": 60
31}