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