main shinobi / tests / mk / gnu / features / double_colon / t010 / test.json
 1{
 2  "case": "t010",
 3  "category": "features/double_colon",
 4  "compare_output": true,
 5  "description": "Test handling of double-colon rules.",
 6  "details": "\nWe test these features:\n\n  - Multiple commands for the same (double-colon) target\n  - Different prerequisites for targets: only out-of-date\n    ones are rebuilt.\n  - Double-colon targets that aren't the goal target.\n\nThen we do the same thing for parallel builds: double-colon\ntargets should always be built serially.",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707189,
18      "path": "one"
19    },
20    {
21      "content": "\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707189,
25      "path": "two"
26    }
27  ],
28  "source_script": "features/double_colon",
29  "stdin": "",
30  "suite": "gnu",
31  "timeout_seconds": 60
32}