1{
2 "case": "t005",
3 "category": "options/eval",
4 "compare_output": true,
5 "description": "Test the --eval option.",
6 "details": "Verify that --eval options take effect,\nand are passed to sub-makes.",
7 "env": {},
8 "expected_exit": 0,
9 "options": [
10 "-E",
11 "$(info eval)",
12 "FOO=$(BAR)"
13 ],
14 "options_mode": "argv",
15 "output_mode": "exact",
16 "setup": [],
17 "source_script": "options/eval",
18 "stdin": "",
19 "suite": "gnu",
20 "timeout_seconds": 60
21}