ctest

CMake test driver program. More information: <https://gitlab.kitware.com/cmake/community/wikis/doc/ctest/Testing-With-CTest>.

Debian Debian
RUN apt-get update && \ apt-get install -y cmake
Ubuntu
RUN apt-get update && \ apt-get install -y cmake
Alpine
RUN apk add cmake
Arch Arch Linux
RUN pacman -S --noconfirm cmake
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cmake
CentOS
RUN yum install -y cmake
Fedora
RUN dnf install -y cmake
Raspbian
RUN apt-get update && \ apt-get install -y cmake
click the source code to copy install ctest on any operating system with command-not-found.com