1{
2 "case": "t020",
3 "category": "testsuite",
4 "command": "make -f stdin.mk A=a 'GNU::=$A' 'BSD1:::=$A' 'BSD2:::=$$A' A=65",
5 "compare_output": true,
6 "cwd": "",
7 "description": ":= macro assignment on command line",
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 '$(A) $(GNU) $(BSD1) $(BSD2)'\n"
24 }
25 ],
26 "source_script": "testsuite/make.tests",
27 "stdin": "",
28 "suite": "pdpmake",
29 "timeout_seconds": 60
30}