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