main shinobi / tests / mk / pdpmake / t052 / test.json
 1{
 2  "case": "t052",
 3  "category": "testsuite",
 4  "command": "make -f stdin.mk t1a t2aa t3b",
 5  "compare_output": true,
 6  "cwd": "make.tempdir",
 7  "description": "Expand wildcards in filenames",
 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/s1a"
25    },
26    {
27      "kind": "file",
28      "mode": "0644",
29      "mtime": 1778694179,
30      "path": "make.tempdir/s2aa"
31    },
32    {
33      "kind": "file",
34      "mode": "0644",
35      "mtime": 1778694179,
36      "path": "make.tempdir/s3b"
37    },
38    {
39      "kind": "file",
40      "mode": "0644",
41      "mtime": 1655467260,
42      "path": "make.tempdir/t1a"
43    },
44    {
45      "kind": "file",
46      "mode": "0644",
47      "mtime": 1655467260,
48      "path": "make.tempdir/t2aa"
49    },
50    {
51      "kind": "file",
52      "mode": "0644",
53      "mtime": 1655467260,
54      "path": "make.tempdir/t3b"
55    },
56    {
57      "kind": "file",
58      "mode": "0644",
59      "path": "make.tempdir/input"
60    },
61    {
62      "kind": "file",
63      "mode": "0644",
64      "path": "make.tempdir/stdin.mk",
65      "content": "\nt1? t2* t3[abc]: s1? s2* s3[abc]\n\t@echo $@ $?\n"
66    }
67  ],
68  "source_script": "testsuite/make.tests",
69  "stdin": "",
70  "suite": "pdpmake",
71  "timeout_seconds": 60
72}