main shinobi / tests / mk / gnu / features / reinvoke / t004 / test.json
 1{
 2  "case": "t004",
 3  "category": "features/reinvoke",
 4  "compare_output": true,
 5  "description": "Test GNU Make's auto-reinvocation feature.",
 6  "details": "\nIf the makefile or one it includes can be rebuilt then it is, and make\nis reinvoked.  We create a rule to rebuild the makefile from a temp\nfile, then touch the temp file to make it newer than the makefile.",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "F=b",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778706605,
18      "path": "a"
19    },
20    {
21      "content": "\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778706605,
25      "path": "b"
26    },
27    {
28      "content": "\n",
29      "kind": "file",
30      "mode": "0644",
31      "mtime": 1778707205,
32      "path": "c"
33    }
34  ],
35  "source_script": "features/reinvoke",
36  "stdin": "",
37  "suite": "gnu",
38  "timeout_seconds": 60
39}