1{
2 "case": "t006",
3 "category": "options/dash-B",
4 "compare_output": true,
5 "description": "Test make -B (always remake) option.\n",
6 "details": "\nConstruct a simple makefile that builds a target.\nInvoke make once, so it builds everything. Invoke it again and verify\nthat nothing is built. Then invoke it with -B and verify that everything\nis built again.",
7 "env": {},
8 "expected_exit": 0,
9 "options": "-B",
10 "options_mode": "shell",
11 "output_mode": "exact",
12 "setup": [],
13 "source_script": "options/dash-B",
14 "stdin": "",
15 "suite": "gnu",
16 "timeout_seconds": 60
17}