main shinobi / tests / mk / gnu / variables / MAKEFILES / t002 / test.json
 1{
 2  "case": "t002",
 3  "category": "variables/MAKEFILES",
 4  "compare_output": true,
 5  "description": "Test the MAKEFILES variable.",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "MAKEFILES=xx-inc.mk",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\ninclude_goal: ; @echo $@\ninclude xx-ind.mk\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707231,
18      "path": "xx-inc.mk"
19    },
20    {
21      "content": "\nindirect_goal: ; @echo $@\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707231,
25      "path": "xx-ind.mk"
26    }
27  ],
28  "source_script": "variables/MAKEFILES",
29  "stdin": "",
30  "suite": "gnu",
31  "timeout_seconds": 60
32}