1{
2 "case": "default",
3 "category": "err_semicolon",
4 "compare_output": true,
5 "description": "",
6 "details": "",
7 "env": {},
8 "expected_exit": 2,
9 "makefile_name": "Makefile",
10 "options": [
11 "SHELL=/bin/bash"
12 ],
13 "options_mode": "argv",
14 "output_mode": "exact",
15 "setup": [
16 {
17 "kind": "dir",
18 "path": "submake"
19 },
20 {
21 "kind": "file",
22 "mode": "0644",
23 "path": "submake/basic.mk",
24 "content": "all:\n\techo PASS\n"
25 }
26 ],
27 "source_script": "testcase/err_semicolon.mk",
28 "stdin": "",
29 "suite": "kati",
30 "timeout_seconds": 60
31}