main shinobi / tests / mk / gnu / variables / MAKEFLAGS / t088 / test.json
 1{
 2  "case": "t088",
 3  "category": "variables/MAKEFLAGS",
 4  "compare_output": true,
 5  "description": "Test proper behavior of MAKEFLAGS",
 6  "details": "DETAILS",
 7  "env": {
 8    "MAKEFLAGS": "ikB --no-print-directory --warn=undefined-var --trace"
 9  },
10  "expected_exit": 0,
11  "options": "-Onone -l2.5 -l2.5 -Onone -Ilocaltmp -iknqrswd -i -n -s -k -Ilocaltmp",
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}