main shinobi / tests / mk / gnu / misc / general4 / t009 / test.json
 1{
 2  "case": "t009",
 3  "category": "misc/general4",
 4  "compare_output": true,
 5  "description": "\nThis tests random features of make's algorithms, often somewhat obscure,\nwhich have either broken at some point in the past or seem likely to\nbreak.",
 6  "details": "",
 7  "env": {
 8    "PATH": "#PATH#:sd"
 9  },
10  "expected_exit": 512,
11  "options": "",
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [
15    {
16      "kind": "dir",
17      "mode": "0755",
18      "mtime": 1778707217,
19      "path": "dir"
20    },
21    {
22      "kind": "dir",
23      "mode": "0755",
24      "mtime": 1778707217,
25      "path": "dir/subdir"
26    },
27    {
28      "content": "",
29      "kind": "file",
30      "mode": "0755",
31      "mtime": 1778707217,
32      "path": "foobar"
33    }
34  ],
35  "source_script": "misc/general4",
36  "stdin": "",
37  "suite": "gnu",
38  "timeout_seconds": 60
39}