1{
2 "case": "t118",
3 "category": "variables/MAKEFLAGS",
4 "compare_output": true,
5 "description": "Test proper behavior of MAKEFLAGS",
6 "details": "DETAILS",
7 "env": {
8 "MAKEFLAGS": "hello=world"
9 },
10 "expected_exit": 0,
11 "options": "hello=world",
12 "options_mode": "shell",
13 "output_mode": "exact",
14 "setup": [
15 {
16 "kind": "dir",
17 "mode": "0755",
18 "mtime": 1778707233,
19 "path": "bye"
20 },
21 {
22 "content": "hello=moon\nall:; $(info $(hello))",
23 "kind": "file",
24 "mode": "0644",
25 "mtime": 1778707233,
26 "path": "bye/makefile"
27 },
28 {
29 "kind": "dir",
30 "mode": "0755",
31 "mtime": 1778707232,
32 "path": "localtmp"
33 }
34 ],
35 "source_script": "variables/MAKEFLAGS",
36 "stdin": "",
37 "suite": "gnu",
38 "timeout_seconds": 60
39}