main shinobi / tests / mk / gnu / variables / MAKEFLAGS / t133 / test.json
 1{
 2  "case": "t133",
 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": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707234,
17      "path": "lib2"
18    },
19    {
20      "content": "all:; $(info $(MAKEFLAGS))",
21      "kind": "file",
22      "mode": "0644",
23      "mtime": 1778707234,
24      "path": "lib2/makefile"
25    },
26    {
27      "kind": "dir",
28      "mode": "0755",
29      "mtime": 1778707232,
30      "path": "localtmp"
31    }
32  ],
33  "source_script": "variables/MAKEFLAGS",
34  "stdin": "",
35  "suite": "gnu",
36  "timeout_seconds": 60
37}