Programming & DevOps
Set CTest Arguments from CMake (for `make test`)
Just a quick follow-up to my previous post. It was somehow trickier than I thought to set arguments for CTest from CMake. In the end, the solution is quite simple, but existing resources weren’t as helpful as they should. For reference: If you type $ ninja test or $ make Read more…