main shinobi / tests / mk / gnu / features / include / t004 / test.json
 1{
 2  "case": "t004",
 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": "-Ihellod",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707194,
17      "path": "hellod"
18    }
19  ],
20  "source_script": "features/include",
21  "stdin": "",
22  "suite": "gnu",
23  "timeout_seconds": 60
24}