main shinobi / tests / mk / gnu / functions / origin / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "functions/origin",
 4  "compare_output": true,
 5  "description": "Test the origin function.",
 6  "details": "This is a test of the origin function in gnu make.\nThis function will report on where a variable was\ndefined per the following list:\n\n'undefined'            never defined\n'default'              default definition\n'environment'          environment var without -e\n'environment override' environment var with    -e\n'file'                 defined in makefile\n'command line'         defined on the command line\n'override'             defined by override in makefile\n'automatic'            Automatic variable\n",
 7  "env": {
 8    "MAKETEST": "1"
 9  },
10  "expected_exit": 0,
11  "options": "-e WHITE=WHITE CFLAGS=",
12  "options_mode": "shell",
13  "output_mode": "exact",
14  "setup": [],
15  "source_script": "functions/origin",
16  "stdin": "",
17  "suite": "gnu",
18  "timeout_seconds": 60
19}