1{
2 "case": "t004",
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 ],
12 "options_mode": "argv",
13 "output_mode": "exact",
14 "setup": [],
15 "source_script": "options/eval",
16 "stdin": "",
17 "suite": "gnu",
18 "timeout_seconds": 60
19}