main shinobi / tests / mk / gnu / features / parallelism / t011 / test.json
 1{
 2  "case": "t011",
 3  "category": "features/parallelism",
 4  "compare_output": true,
 5  "description": "Test parallelism (-j) option.",
 6  "details": "",
 7  "env": {
 8    "MAKEFLAGS": "-j4"
 9  },
10  "expected_exit": 0,
11  "options": "--no-print-directory -j2",
12  "options_mode": "shell",
13  "output_mode": "exact",
14  "setup": [
15    {
16      "content": "\n",
17      "kind": "file",
18      "mode": "0644",
19      "mtime": 1778707197,
20      "path": "file1"
21    },
22    {
23      "content": "\n",
24      "kind": "file",
25      "mode": "0644",
26      "mtime": 1778707187,
27      "path": "file2"
28    },
29    {
30      "content": "\n",
31      "kind": "file",
32      "mode": "0644",
33      "mtime": 1778707192,
34      "path": "file4"
35    }
36  ],
37  "source_script": "features/parallelism",
38  "stdin": "",
39  "suite": "gnu",
40  "timeout_seconds": 60
41}