main shinobi / tests / mk / gnu / functions / eval / t003 / test.json
 1{
 2  "case": "t003",
 3  "category": "functions/eval",
 4  "compare_output": true,
 5  "description": "Test the eval function.",
 6  "details": "This is a test of the eval function in GNU Make.\nThis function will evaluate inline makefile syntax and incorporate the\nresults into its internal database.\n",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [],
13  "source_script": "functions/eval",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}