main shinobi / tests / mk / pdpmake / t051 / test.json
 1{
 2  "case": "t051",
 3  "category": "testsuite",
 4  "command": "make -f stdin.mk",
 5  "compare_output": true,
 6  "cwd": "make.tempdir",
 7  "description": "Support suffixes without any periods",
 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/filex"
25    },
26    {
27      "kind": "file",
28      "mode": "0644",
29      "path": "make.tempdir/input"
30    },
31    {
32      "kind": "file",
33      "mode": "0644",
34      "path": "make.tempdir/stdin.mk",
35      "content": "\n.SUFFIXES: x h z\nall: fileh filez\nfileh:\nfilez: filex\n\tcp filex filez\n\t@echo $*\nxh:\n\tcp $\u003c $@\n\t@echo $*\n"
36    }
37  ],
38  "source_script": "testsuite/make.tests",
39  "stdin": "",
40  "suite": "pdpmake",
41  "timeout_seconds": 60
42}