main shinobi / tests / mk / pdpmake / t007 / test.json
 1{
 2  "case": "t007",
 3  "category": "testsuite",
 4  "command": "make -f stdin.mk",
 5  "compare_output": true,
 6  "cwd": "make.tempdir",
 7  "description": "Proper handling of inference rules 1",
 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      "mtime": 1778694179,
24      "path": "make.tempdir/test.j"
25    },
26    {
27      "kind": "file",
28      "mode": "0644",
29      "mtime": 1778694179,
30      "path": "make.tempdir/test.k"
31    },
32    {
33      "kind": "file",
34      "mode": "0644",
35      "path": "make.tempdir/input"
36    },
37    {
38      "kind": "file",
39      "mode": "0644",
40      "path": "make.tempdir/stdin.mk",
41      "content": "\n.SUFFIXES: .j .k .l\n.j.l:\n\t@echo .j.l\n.k.l:\n\t@echo .k.l\ntest.l: test.k\ntest.j:\ntest.k:\n"
42    }
43  ],
44  "source_script": "testsuite/make.tests",
45  "stdin": "",
46  "suite": "pdpmake",
47  "timeout_seconds": 60
48}