main shrub/shinobi / tests / mk / shin / suffixrules / t004 / test.json
 1{
 2  "case": "t004",
 3  "category": "suffixrules",
 4  "compare_output": true,
 5  "description": "dot prefixed dir targets are not suffix rules",
 6  "details": "some target like ./obj contains a slash and must remain an explicit dir target when used as an order only prereq, although generic parsing may see it as a suffix rule (from dropbear)",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "-n all",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "int x;\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707209,
18      "path": "x.c"
19    }
20  ],
21  "stdin": "",
22  "suite": "shin",
23  "timeout_seconds": 60
24}