main shinobi / tests / mk / gnu / misc / general4 / t007 / test.json
 1{
 2  "case": "t007",
 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  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707217,
17      "path": "dir"
18    },
19    {
20      "kind": "dir",
21      "mode": "0755",
22      "mtime": 1778707217,
23      "path": "dir/subdir"
24    },
25    {
26      "kind": "dir",
27      "mode": "0755",
28      "mtime": 1778707217,
29      "path": "sd"
30    },
31    {
32      "content": "exit 0\n",
33      "kind": "file",
34      "mode": "0755",
35      "mtime": 1778707217,
36      "path": "sd/foobar"
37    }
38  ],
39  "source_script": "misc/general4",
40  "stdin": "",
41  "suite": "gnu",
42  "timeout_seconds": 60
43}