main shinobi / tests / mk / gnu / misc / general4 / t002 / test.json
 1{
 2  "case": "t002",
 3  "category": "misc/general4",
 4  "compare_output": true,
 5  "description": "\nThis tests random features of make's algorithms, often somewhat obscure,\nwhich have either broken at some point in the past or seem likely to\nbreak.",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "CC=\"@echo cc\" OUTPUT_OPTION=",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "kind": "dir",
15      "mode": "0755",
16      "mtime": 1778707217,
17      "path": "dir"
18    },
19    {
20      "kind": "dir",
21      "mode": "0755",
22      "mtime": 1778707217,
23      "path": "dir/subdir"
24    },
25    {
26      "content": "\n",
27      "kind": "file",
28      "mode": "0644",
29      "mtime": 1778707217,
30      "path": "foo.c"
31    }
32  ],
33  "source_script": "misc/general4",
34  "stdin": "",
35  "suite": "gnu",
36  "timeout_seconds": 60
37}