1{
2 "case": "t013",
3 "category": "testsuite",
4 "command": "make -q -f stdin.mk 2\u003e/dev/null",
5 "compare_output": true,
6 "cwd": "",
7 "description": "Execute build command with + prefix and -q",
8 "details": "",
9 "env": {},
10 "expected_exit": 0,
11 "options_mode": "shell",
12 "output_mode": "exact",
13 "setup": [
14 {
15 "kind": "file",
16 "mode": "0644",
17 "path": "input"
18 },
19 {
20 "kind": "file",
21 "mode": "0644",
22 "path": "stdin.mk",
23 "content": "\nall: bar\nbar:\n\t@+echo OK\n"
24 }
25 ],
26 "source_script": "testsuite/make.tests",
27 "stdin": "",
28 "suite": "pdpmake",
29 "timeout_seconds": 60
30}