main shinobi / tests / mk / gnu / variables / MAKEFLAGS / t124 / test.json
 1{
 2  "case": "t124",
 3  "category": "variables/MAKEFLAGS",
 4  "compare_output": true,
 5  "description": "Test proper behavior of MAKEFLAGS",
 6  "details": "DETAILS",
 7  "env": {
 8    "MAKEFLAGS": "--no-print-directory"
 9  },
10  "expected_exit": 0,
11  "options": "-w",
12  "options_mode": "shell",
13  "output_mode": "exact",
14  "setup": [
15    {
16      "kind": "dir",
17      "mode": "0755",
18      "mtime": 1778707232,
19      "path": "localtmp"
20    }
21  ],
22  "source_script": "variables/MAKEFLAGS",
23  "stdin": "",
24  "suite": "gnu",
25  "timeout_seconds": 60
26}