main shinobi / tests / mk / gnu / options / dash-B / t004 / test.json
 1{
 2  "case": "t004",
 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": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707218,
18      "path": "bar.x"
19    },
20    {
21      "content": "\n\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778708218,
25      "path": "foo"
26    }
27  ],
28  "source_script": "options/dash-B",
29  "stdin": "",
30  "suite": "gnu",
31  "timeout_seconds": 60
32}