main shinobi / tests / mk / pdpmake / t041 / test.json
 1{
 2  "case": "t041",
 3  "category": "testsuite",
 4  "command": "make -f stdin.mk",
 5  "compare_output": true,
 6  "cwd": "",
 7  "description": "CURDIR 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@test \"$(CURDIR)\" = \"$$(pwd -P)\" \u0026\u0026 echo OK\n"
24    }
25  ],
26  "source_script": "testsuite/make.tests",
27  "stdin": "",
28  "suite": "pdpmake",
29  "timeout_seconds": 60
30}