main shinobi / tests / mk / gnu / features / targetvars / t028 / test.json
 1{
 2  "case": "t028",
 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": "moon"
10  },
11  "expected_exit": 0,
12  "options": "",
13  "options_mode": "argv",
14  "output_mode": "exact",
15  "setup": [],
16  "source_script": "features/targetvars",
17  "stdin": "",
18  "suite": "gnu",
19  "timeout_seconds": 60
20}