1{
2 "case": "t195",
3 "category": "variables/MAKEFLAGS",
4 "compare_output": true,
5 "description": "Test proper behavior of MAKEFLAGS",
6 "details": "DETAILS",
7 "env": {
8 "MAKEFLAGS": "-s"
9 },
10 "expected_exit": 0,
11 "options": "",
12 "options_mode": "argv",
13 "output_mode": "exact",
14 "setup": [
15 {
16 "kind": "dir",
17 "mode": "0755",
18 "mtime": 1778707234,
19 "path": "lib2"
20 },
21 {
22 "content": "# this file was generated from a makefile by shinobi\nrule r1\n command = cd lib2 \u0026\u0026 echo -w # __shin_info__\n\nbuild lib2/all: r1\n\n",
23 "kind": "file",
24 "mode": "0644",
25 "mtime": 1778707234,
26 "path": "lib2/build.ninja"
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}