main shinobi / tests / mk / gnu / variables / MAKEFLAGS / t136 / test.json
 1{
 2  "case": "t136",
 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": "-w",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707234,
17      "path": "lib2"
18    },
19    {
20      "content": "# this file was generated from a makefile by shinobi\nrule r1\n  command = cd lib2 \u0026\u0026 echo  # __shin_info__\n\nbuild lib2/all: r1\n\n",
21      "kind": "file",
22      "mode": "0644",
23      "mtime": 1778707234,
24      "path": "lib2/build.ninja"
25    },
26    {
27      "content": "all:; $(info $(MAKEFLAGS))",
28      "kind": "file",
29      "mode": "0644",
30      "mtime": 1778707234,
31      "path": "lib2/makefile"
32    },
33    {
34      "kind": "dir",
35      "mode": "0755",
36      "mtime": 1778707232,
37      "path": "localtmp"
38    }
39  ],
40  "source_script": "variables/MAKEFLAGS",
41  "stdin": "",
42  "suite": "gnu",
43  "timeout_seconds": 60
44}