1{
2 "case": "t037",
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 "-E",
13 "%:;@echo $@",
14 "-E",
15 "all:;",
16 "-E",
17 "-include bizbaz",
18 "-E",
19 "-include bazbiz"
20 ],
21 "options_mode": "argv",
22 "output_mode": "exact",
23 "setup": [],
24 "source_script": "features/include",
25 "stdin": "",
26 "suite": "gnu",
27 "timeout_seconds": 60
28}