rex/cmake-build-debug/conf/units/all_test.units

20 lines
588 B
Plaintext
Raw Normal View History

2017-04-18 23:04:21 +00:00
{
"name": "gcc is present",
"target": "./ubuntu/xenial/check_gcc_present.run",
"output": "present",
"rectifier": "./ubuntu/xenial/install_gcc",
"active": true,
"required": true,
"rectify": true
},
{
"name": "gcc can compile",
"target": "./ubuntu/xenial/check_gcc_compiles.run",
"output": "can compile",
"rectifier": "",
"active": true,
"required": true,
"rectify": false
}