In this recipe, we fabricate two bugs in our code, which may go undetected in a normal test run. To detect these bugs, we couple CTest with dynamic analysis by using AddressSanitizer, and report the defects to CDash.
In this recipe, we fabricate two bugs in our code, which may go undetected in a normal test run. To detect these bugs, we couple CTest with dynamic analysis by using AddressSanitizer, and report the defects to CDash.