2017-04-18 23:04:21 +00:00
|
|
|
{
|
2017-04-19 04:59:05 +00:00
|
|
|
"units": [
|
|
|
|
{
|
|
|
|
"name": "gcc is present",
|
|
|
|
"target": "./ubuntu/xenial/check_gcc_present.run",
|
|
|
|
"output": "present",
|
2017-04-20 03:11:44 +00:00
|
|
|
"rectifier": "./ubuntu/xenial/install_gcc",
|
|
|
|
"active": true,
|
2017-04-19 04:59:05 +00:00
|
|
|
"required": true,
|
|
|
|
"rectify": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gcc can compile",
|
|
|
|
"target": "./ubuntu/xenial/check_gcc_compiles.run",
|
|
|
|
"output": "can compile",
|
2017-04-20 03:11:44 +00:00
|
|
|
"rectifier": "echo pass",
|
|
|
|
"active": true,
|
2017-04-19 04:59:05 +00:00
|
|
|
"required": true,
|
|
|
|
"rectify": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|