main shinobi / tests / mk / gnu / features / targetvars / t027 / test.json
 1{
 2  "case": "t027",
 3  "category": "features/targetvars",
 4  "compare_output": true,
 5  "description": "Test target-specific variable settings.",
 6  "details": "\nCreate a makefile containing various flavors of target-specific variable\nvalues, override and non-override, and using various variable expansion\nrules, semicolon interference, etc.",
 7  "env": {
 8    "PATH": "#PATH#:sd"
 9  },
10  "expected_exit": 512,
11  "options": "",
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [
15    {
16      "kind": "dir",
17      "mode": "0755",
18      "mtime": 1778707210,
19      "path": "sd"
20    },
21    {
22      "content": "exit 0\n",
23      "kind": "file",
24      "mode": "0755",
25      "mtime": 1778707210,
26      "path": "sd/foobar"
27    }
28  ],
29  "source_script": "features/targetvars",
30  "stdin": "",
31  "suite": "gnu",
32  "timeout_seconds": 60
33}