1{
2 "case": "t015",
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": 512,
9 "options": "",
10 "options_mode": "argv",
11 "output_mode": "exact",
12 "setup": [
13 {
14 "content": "\n",
15 "kind": "file",
16 "mode": "0644",
17 "mtime": 1778707194,
18 "path": "inc1.mk"
19 }
20 ],
21 "source_script": "features/include",
22 "stdin": "",
23 "suite": "gnu",
24 "timeout_seconds": 60
25}