main shinobi / tests / mk / pdpmake / t036 / test.json
 1{
 2  "case": "t036",
 3  "category": "testsuite",
 4  "command": "make -f stdin.mk",
 5  "compare_output": true,
 6  "cwd": "make.tempdir",
 7  "description": "Skip duplicate entries in $^ but not $+",
 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/file1"
25    },
26    {
27      "kind": "file",
28      "mode": "0644",
29      "mtime": 1778694179,
30      "path": "make.tempdir/file2"
31    },
32    {
33      "kind": "file",
34      "mode": "0644",
35      "mtime": 1778694179,
36      "path": "make.tempdir/file3"
37    },
38    {
39      "kind": "file",
40      "mode": "0644",
41      "path": "make.tempdir/input"
42    },
43    {
44      "kind": "file",
45      "mode": "0644",
46      "path": "make.tempdir/stdin.mk",
47      "content": "\ntarget: file1 file2 file2 file3 file3\n\t@echo $^\n\t@echo $+\n"
48    }
49  ],
50  "source_script": "testsuite/make.tests",
51  "stdin": "",
52  "suite": "pdpmake",
53  "timeout_seconds": 60
54}