1{
2 "case": "t001",
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 "--eval=$(info eval)",
11 "FOO=$(BAR)"
12 ],
13 "options_mode": "argv",
14 "output_mode": "exact",
15 "setup": [],
16 "source_script": "options/eval",
17 "stdin": "",
18 "suite": "gnu",
19 "timeout_seconds": 60
20}