Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ctest

Do not expand CMake list variable

cmake ctest

Let CMake setup CTtest to print header and footer around the output from single tests

cmake ctest

ctest does not find valgrind

c++ cmake valgrind ctest

CMake/CTest & gcovr: filename extensions?

cmake code-coverage gcov ctest

Running only changed or failed tests with CMake/CTest?

CMake - How to create executable, but not add to "all" target?

cmake target ctest

CTest add tests in subdirectories

cmake ctest

How to pass quoted parameters to add_test in cmake?

cmake googletest ctest

How to pass arguments to memcheck with ctest?

Running Tests in CLion using CMake's CTest

c++ cmake googletest clion ctest

CTest generate and submit gcov.tar to CDash after make <target>

CMake: how to add Boost.Test cases with relative directories?

c++ boost cmake boost-test ctest

Set BUILD_TESTING to OFF by default using CTest

cmake ctest

How to tell a test under cmake/ctest where to find its input data ... without changing hard-coded file names

cmake ctest

Hide automatically generated CTest targets

c++ cmake clion ctest

CTest --build-and-test with --test-command option

How to let CMake / CTest memcheck exit with status code 1 on failure?

c cmake valgrind ctest

Ctest/CDash workflow : deploying nightly builds

How do you use CTEST_CUSTOM_PRE_TEST?

cmake ctest

How to rerun the failed tests with ctest?

unit-testing testing ctest