1{
2 "case": "t002",
3 "category": "options/dash-C",
4 "compare_output": true,
5 "description": "Test the -C option to GNU Make.",
6 "details": "",
7 "env": {},
8 "expected_exit": 0,
9 "options": "-C src/ --no-print-directory",
10 "options_mode": "shell",
11 "output_mode": "exact",
12 "setup": [
13 {
14 "kind": "dir",
15 "mode": "0755",
16 "mtime": 1778707218,
17 "path": "inc"
18 },
19 {
20 "kind": "dir",
21 "mode": "0755",
22 "mtime": 1778707218,
23 "path": "src"
24 },
25 {
26 "content": "include $(file)\nall: ;\n",
27 "kind": "file",
28 "mode": "0644",
29 "mtime": 1778707218,
30 "path": "src/Makefile"
31 },
32 {
33 "content": "# this file was generated from a makefile by shinobi\nbuild all: phony\n\ndefault all\n",
34 "kind": "file",
35 "mode": "0644",
36 "mtime": 1778707218,
37 "path": "src/build.ninja"
38 }
39 ],
40 "source_script": "options/dash-C",
41 "stdin": "",
42 "suite": "gnu",
43 "timeout_seconds": 60
44}