ctest
CMake test driver program.
Install
- All systems
-
curl cmd.cat/ctest.sh
- Debian
-
apt-get install cmake
- Ubuntu
-
apt-get install cmake
-
Alpine
-
apk add cmake
- Arch Linux
-
pacman -S cmake
- Kali Linux
-
apt-get install cmake
- CentOS
-
yum install cmake
- Fedora
-
dnf install cmake
- OS X
-
brew install cmake
- Raspbian
-
apt-get install cmake
- Docker
-
docker run cmd.cat/ctest ctest
powered by Commando
CMake test driver program.
-
Run all tests defined in the CMake project, executing 4 jobs at a time in parallel:
ctest -j4 --output-on-failure
-
Show a list of available tests:
ctest -N
-
Run a single test based on its name, or filter on a regular expression:
ctest --output-on-failure -R '^test_name$'
© tl;dr; authors and contributors