Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 306 Bytes

File metadata and controls

20 lines (13 loc) · 306 Bytes

CTest

We use ctest, which is part of cmake as a top-level test runner. It runs google test and examples. To invoke tests:

ctest

or:

make test

To see more output, do:

ctest -VV