main shinobi / tests / mk / pdpmake / t006 / test.json
 1{
 2  "case": "t006",
 3  "category": "testsuite",
 4  "command": "make -f stdin.mk",
 5  "compare_output": true,
 6  "cwd": "make.tempdir",
 7  "description": "Inference rule with explicit rule for prerequisite",
 8  "details": "",
 9  "env": {},
10  "expected_exit": 0,
11  "options_mode": "shell",
12  "output_mode": "exact",
13  "setup": [
14    {
15      "kind": "dir",
16      "mode": "0755",
17      "mtime": 1778694179,
18      "path": "make.tempdir"
19    },
20    {
21      "kind": "file",
22      "mode": "0644",
23      "path": "make.tempdir/input"
24    },
25    {
26      "kind": "file",
27      "mode": "0644",
28      "path": "make.tempdir/stdin.mk",
29      "content": "\n.SUFFIXES: .p .q\nx.q:\nx.p:\n\ttouch $@\n.p.q:\n\tcat $\u003c \u003e$@\n"
30    }
31  ],
32  "source_script": "testsuite/make.tests",
33  "stdin": "",
34  "suite": "pdpmake",
35  "timeout_seconds": 60
36}