main shinobi / tests / mk / gnu / variables / MAKEFLAGS / t083 / test.json
 1{
 2  "case": "t083",
 3  "category": "variables/MAKEFLAGS",
 4  "compare_output": true,
 5  "description": "Test proper behavior of MAKEFLAGS",
 6  "details": "DETAILS",
 7  "env": {
 8    "MAKEFLAGS": "-I1 -Onone --debug=b -l2.5 -I2 -I3 -I4 -I5 -I6 -I2 -I2"
 9  },
10  "expected_exit": 0,
11  "options": "-I1 -Onone --debug=b -l2.5 -I2 -I3 -I4 -I5 -I6",
12  "options_mode": "shell",
13  "output_mode": "regex",
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}