1{
2 "case": "t026",
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 "expected_exit": 0,
9 "options": "",
10 "options_mode": "argv",
11 "output_mode": "exact",
12 "setup": [
13 {
14 "kind": "dir",
15 "mode": "0755",
16 "mtime": 1778707210,
17 "path": "sd"
18 },
19 {
20 "content": "exit 0\n",
21 "kind": "file",
22 "mode": "0755",
23 "mtime": 1778707210,
24 "path": "sd/foobar"
25 }
26 ],
27 "source_script": "features/targetvars",
28 "stdin": "",
29 "suite": "gnu",
30 "timeout_seconds": 60
31}