main shinobi / tests / mk / gnu / features / include / t041 / test.json
 1{
 2  "case": "t041",
 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": "inc.mk"
21    }
22  ],
23  "source_script": "features/include",
24  "stdin": "",
25  "suite": "gnu",
26  "timeout_seconds": 60
27}