current
No OneTemporary

File Metadata

Created
Mon, Aug 24, 10:38 AM
// install cmake
// install llvm
// install gcc
// install gtest
function():: testEnvironment(exists(gcc)){
exec("gcc -v") :: expectNoErrors.
}

Event Timeline