main shinobi / tests / mk / gnu / functions / foreach / t003 / test.json
 1{
 2  "case": "t003",
 3  "category": "functions/foreach",
 4  "compare_output": true,
 5  "description": "Test the foreach function.",
 6  "details": "This is a test of the foreach function in gnu make.\nThis function starts with a space separated list of\nnames and a variable. Each name in the list is substituted\ninto the variable and the given text evaluated. The general\nform of the command is 1000 960 998 1000foreach var,$list,$text). Several\ntypes of foreach loops are tested\n",
 7  "env": {
 8    "FOOFOO": "foo foo"
 9  },
10  "expected_exit": 0,
11  "options": "",
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [],
15  "source_script": "functions/foreach",
16  "stdin": "",
17  "suite": "gnu",
18  "timeout_seconds": 60
19}