main shinobi / tests / mk / gnu / features / grouped_targets / t018 / test.json
 1{
 2  "case": "t018",
 3  "category": "features/grouped_targets",
 4  "compare_output": true,
 5  "description": "This test is about grouped multiple targets indicated by \u0026:",
 6  "details": "Here we test for requirements like\n- if multiple such targets are updated, the recipe is run once\n- parsing issues related to the \u0026: syntax itself\n",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "x1 x2",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707192,
18      "path": "gta"
19    },
20    {
21      "content": "",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707192,
25      "path": "gtb"
26    },
27    {
28      "content": "",
29      "kind": "file",
30      "mode": "0644",
31      "mtime": 1778707192,
32      "path": "x1"
33    },
34    {
35      "content": "",
36      "kind": "file",
37      "mode": "0644",
38      "mtime": 1778707192,
39      "path": "x2"
40    }
41  ],
42  "source_script": "features/grouped_targets",
43  "stdin": "",
44  "suite": "gnu",
45  "timeout_seconds": 60
46}