Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

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