main shinobi / tests / mk / gnu / features / order_only / t007 / test.json
 1{
 2  "case": "t007",
 3  "category": "features/order_only",
 4  "compare_output": true,
 5  "description": "Test order-only prerequisites.",
 6  "details": "\nCreate makefiles with various combinations of normal and order-only\nprerequisites and ensure they behave properly.  Test the $| variable.",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707195,
18      "path": "baz"
19    },
20    {
21      "content": "",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707195,
25      "path": "foo"
26    }
27  ],
28  "source_script": "features/order_only",
29  "stdin": "",
30  "suite": "gnu",
31  "timeout_seconds": 60
32}