main shrub/shinobi / tests / mk / shin / recursion / t004 / test.json
 1{
 2  "case": "t004",
 3  "category": "recursion",
 4  "compare_output": true,
 5  "description": "recursive targets remain reachable after subgraph path scoping",
 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": "sub/Makefile",
18      "content": "all: lib.a\n\nlib.a:\n\t@echo building lib.a\n\t@touch lib.a\n"
19    }
20  ],
21  "stdin": "",
22  "suite": "shin",
23  "timeout_seconds": 60
24}