main shinobi / tests / mk / gnu / functions / let / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "functions/let",
 4  "compare_output": true,
 5  "description": "Test the let function.",
 6  "details": "This is a test of the let function in gnu make.\nThis function destructures a list of values and binds each\nvalue to a variable name in a list of variable names.\nSuperfluous variable names are assigned the empty string and\nthe remaining values are assigned to the last variable name.\nThe binding holds for the duration of the evaluation of the\ngiven text and no longer.  The general form of the command\nis 1000 960 998 1000let $vars,$list,$text).  Several types of let\nassignments are tested\n",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [],
13  "source_script": "functions/let",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}