Top "Ctest" questions

Is the CMake test driver program.

How to get CTest results in Hudson / Jenkins

I'm using CTest (part of CMake) for my automated tests. How do I get CTest results in the Jenkins dashboard ? …

junit hudson cmake jenkins ctest
CMake: How to specify directory where ctest should look for executables?

I wanted to integrate ctest to a c++/c project. I use google tests to write unit tests. Relevant part …

c++ cmake googletest ctest
How to find where the error is while running ctest

I got the following output after running make test, but how do i get to know what the error is? …

unit-testing debugging ctest
CTest with multiple commands

I'm building some tests using CTest. Usually, I can set up the test by simply the line: ADD_TEST(Test_…

cmake command ctest
CMake exclude tests in subdirectories

I have a c++ project which includes libevent library. Project structure: . |_ CMakeLists.txt |_ Makefile |_ src | |_ my_lib.cpp |_ test | |_ my_…

cmake ctest