main shinobi / tests / mk / gnu / variables / MAKEFLAGS / t204 / test.json
 1{
 2  "case": "t204",
 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": "--debug=j",
10  "options_mode": "shell",
11  "output_mode": "regex",
12  "setup": [
13    {
14      "content": "",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707235,
18      "path": "hello"
19    },
20    {
21      "kind": "dir",
22      "mode": "0755",
23      "mtime": 1778707234,
24      "path": "lib2"
25    },
26    {
27      "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",
28      "kind": "file",
29      "mode": "0644",
30      "mtime": 1778707234,
31      "path": "lib2/build.ninja"
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}