Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Enable the use of ctest for running test executables. #65

Open Knitschi opened 2 years ago

Knitschi commented 2 years ago

CPFCMake creates custom targets for running test executables during the build. CMake itself however provides the ctest tool run tests after the build. CPCMake should also allow running test executables with ctest to provide the canonical CMake test-run interface.