1{
2 "case": "t040",
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 "hello": "environ"
10 },
11 "expected_exit": 0,
12 "options": "midexport=unexport",
13 "options_mode": "shell",
14 "output_mode": "exact",
15 "setup": [],
16 "source_script": "features/targetvars",
17 "stdin": "",
18 "suite": "gnu",
19 "timeout_seconds": 60
20}