main shinobi / tests / mk / gnu / options / dash-C / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "options/dash-C",
 4  "compare_output": true,
 5  "description": "Test the -C option to GNU Make.",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "-C src --no-print-directory",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707218,
17      "path": "inc"
18    },
19    {
20      "kind": "dir",
21      "mode": "0755",
22      "mtime": 1778707218,
23      "path": "src"
24    },
25    {
26      "content": "include $(file)\nall: ;\n",
27      "kind": "file",
28      "mode": "0644",
29      "mtime": 1778707218,
30      "path": "src/Makefile"
31    }
32  ],
33  "source_script": "options/dash-C",
34  "stdin": "",
35  "suite": "gnu",
36  "timeout_seconds": 60
37}