ctest
Run and test software built with CMake
TLDR
Run all tests defined in the CMake project, executing 4 [j]obs at a time in parallel
List available tests
Run a single test based on its name, or filter on a regex
SYNOPSIS
ctest [-C configuration] [-V] [-D var[@val]] [-R regex] [options]
PARAMETERS
-A
Run dashboard script and add tests to current list
-b
Specify build name for dashboard submission
-C
Choose build configuration (Debug, Release, etc.)
-D [@
Define dashboard variable or execute script
-E
Exclude tests matching regex
-I [start,end[,stride[,stop]]]
Run specific range of tests
-j
Run up to jobs tests in parallel
-L
Run tests with matching label
-M
Set testing model: Experimental, Nightly, Continuous
-O
Write output to log file
-R
Run tests matching regex
-S
