main shinobi / tests / mk / gnu / features / include / t025 / test.json
 1{
 2  "case": "t025",
 3  "category": "features/include",
 4  "compare_output": true,
 5  "description": "Test various forms of the GNU Make 'include' command.",
 6  "details": "\nTest include, -include, sinclude and various regressions involving them.\nTest extra whitespace at the end of the include, multiple -includes and\nsincludes (should not give an error) and make sure that errors are reported\nfor targets that were also -included.",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707194,
17      "path": "hellod"
18    },
19    {
20      "content": "\n",
21      "kind": "file",
22      "mode": "0644",
23      "mtime": 1778707194,
24      "path": "hellod/inc1"
25    },
26    {
27      "content": "",
28      "kind": "file",
29      "mode": "0000",
30      "mtime": 1778707194,
31      "path": "inc1"
32    }
33  ],
34  "source_script": "features/include",
35  "stdin": "",
36  "suite": "gnu",
37  "timeout_seconds": 60
38}