main shinobi / tests / mk / gnu / options / dash-W / t009 / test.json
 1{
 2  "case": "t009",
 3  "category": "options/dash-W",
 4  "compare_output": true,
 5  "description": "Test make -W (what if) option.\n",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "-W ./x-dir/x VPATH=x-dir",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707218,
17      "path": "x-dir"
18    },
19    {
20      "content": "\n",
21      "kind": "file",
22      "mode": "0644",
23      "mtime": 1778707198,
24      "path": "x-dir/x"
25    },
26    {
27      "content": "\n",
28      "kind": "file",
29      "mode": "0644",
30      "mtime": 1778707218,
31      "path": "y"
32    }
33  ],
34  "source_script": "options/dash-W",
35  "stdin": "",
36  "suite": "gnu",
37  "timeout_seconds": 60
38}