main shinobi / tests / mk / gnu / features / statipattrules / t003 / test.json
 1{
 2  "case": "t003",
 3  "category": "features/statipattrules",
 4  "compare_output": true,
 5  "description": "Test handling of static pattern rules.",
 6  "details": "\nThe makefile created in this test has three targets.  The\nfilter command is used to get those target names ending in\n.o and statically creates a compile command with the target\nname and the target name with .c.  It also does the same thing\nfor another target filtered with .elc and creates a command\nto emacs a .el file",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "foo.elc",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707207,
18      "path": "bar.c"
19    },
20    {
21      "content": "\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707207,
25      "path": "foo.el"
26    },
27    {
28      "content": "\n",
29      "kind": "file",
30      "mode": "0644",
31      "mtime": 1778707207,
32      "path": "lose.c"
33    }
34  ],
35  "source_script": "features/statipattrules",
36  "stdin": "",
37  "suite": "gnu",
38  "timeout_seconds": 60
39}