1{
2 "case": "t027",
3 "category": "testsuite",
4 "command": "MAKE=hello make -f stdin.mk",
5 "compare_output": true,
6 "cwd": "",
7 "description": "MAKE macro expansion; overwrite with env macro",
8 "details": "",
9 "env": {},
10 "expected_exit": 0,
11 "options_mode": "shell",
12 "output_mode": "exact",
13 "setup": [
14 {
15 "kind": "file",
16 "mode": "0644",
17 "path": "input"
18 },
19 {
20 "kind": "file",
21 "mode": "0644",
22 "path": "stdin.mk",
23 "content": "\ntarget:\n\t@echo $(MAKE)\n"
24 }
25 ],
26 "source_script": "testsuite/make.tests",
27 "stdin": "",
28 "suite": "pdpmake",
29 "timeout_seconds": 60
30}