main shinobi / tests / mk / gnu / features / include / t038 / test.json
 1{
 2  "case": "t038",
 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    "MAKEFILES": "foobar barfoo"
 9  },
10  "expected_exit": 0,
11  "options": "",
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [
15    {
16      "content": "\n",
17      "kind": "file",
18      "mode": "0644",
19      "mtime": 1778707194,
20      "path": "test"
21    },
22    {
23      "content": "\n",
24      "kind": "file",
25      "mode": "0644",
26      "mtime": 1778707184,
27      "path": "test.foo"
28    },
29    {
30      "content": "\n",
31      "kind": "file",
32      "mode": "0644",
33      "mtime": 1778707189,
34      "path": "test.x"
35    }
36  ],
37  "source_script": "features/include",
38  "stdin": "",
39  "suite": "gnu",
40  "timeout_seconds": 60
41}