main shinobi / tests / mk / gnu / features / default_names / t002 / test.json
 1{
 2  "case": "t002",
 3  "category": "features/default_names",
 4  "compare_output": true,
 5  "description": "This script tests to make sure that Make looks for\ndefault makefiles in the correct order (GNUmakefile,makefile,Makefile)",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "THIRD: ; @echo It chose Makefile\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707187,
18      "path": "Makefile"
19    },
20    {
21      "content": "SECOND: ; @echo It chose makefile\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707187,
25      "path": "makefile"
26    }
27  ],
28  "source_script": "features/default_names",
29  "stdin": "",
30  "suite": "gnu",
31  "timeout_seconds": 60
32}