1{
2 "case": "t001",
3 "category": "recursion",
4 "compare_output": true,
5 "description": "recursive make through cd && with an alternate makefile and assignment",
6 "details": "",
7 "env": {},
8 "expected_exit": 0,
9 "options": "",
10 "options_mode": "argv",
11 "output_mode": "exact",
12 "setup": [
13 {
14 "kind": "file",
15 "mode": "0644",
16 "mtime": 0,
17 "path": "sub/alt.mk",
18 "content": "show:\n\t@echo name=$(NAME) cwd=$(notdir $(CURDIR))\n"
19 }
20 ],
21 "stdin": "",
22 "suite": "shin",
23 "timeout_seconds": 60
24}