1{
2 "case": "t003",
3 "category": "suffixrules",
4 "compare_output": true,
5 "description": "GNU built-in rules use their standard command variables",
6 "details": "The C compile and object link pattern rules allow overrides of COMPILE.c, OUTPUT_OPTION, LINK.o, LOADLIBES, and LDLIBS.",
7 "env": {},
8 "expected_exit": 0,
9 "options": "-n program",
10 "options_mode": "shell",
11 "output_mode": "exact",
12 "setup": [
13 {
14 "content": "int main(void) { return 0; }\n",
15 "kind": "file",
16 "mode": "0644",
17 "mtime": 1778707209,
18 "path": "program.c"
19 }
20 ],
21 "stdin": "",
22 "suite": "shin",
23 "timeout_seconds": 60
24}