main shinobi / tests / mk / gnu / functions / strip / t002 / test.json
 1{
 2  "case": "t002",
 3  "category": "functions/strip",
 4  "compare_output": true,
 5  "description": "The following test creates a makefile to verify\nthe ability of make to strip white space from lists of object.\n",
 6  "details": "The make file is built with a list of objects that contain white space\nThese are then run through the strip command to remove it. This is then\nverified by echoing the result.\n",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [],
13  "source_script": "functions/strip",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}