main shinobi / tests / mk / gnu / functions / eval / t008 / test.json
 1{
 2  "case": "t008",
 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    "EVAR": "1"
 9  },
10  "expected_exit": 0,
11  "options": "",
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [],
15  "source_script": "functions/eval",
16  "stdin": "",
17  "suite": "gnu",
18  "timeout_seconds": 60
19}