mirror of
https://github.com/amd/blis.git
synced 2026-04-19 15:18:52 +00:00
CMake: CMake is updated for Code Coverage
CMakelists.txt is Updated to generate code coverage report in html format just by configuring cmake with -DENABLE_COVERAGE=ON. Code supports only on linux with gcc compiler cmake .. -DENABLE_COVERAGE=ON AMD-Internal: [CPUPL-2748] Change-Id: I9b36b6cc3f1f97b53e1c4ee62948a017418e3d41
This commit is contained in:
@@ -159,6 +159,7 @@ The BLIS CMake system aims to be combatible with the current `make` system. For
|
||||
| `testsuite` | Same as `testblis`. |
|
||||
| `testblas` | Run the BLAS test drivers with default parameters (runs for a few seconds). |
|
||||
| `checkbliscpp` | Run the BLIS C++ tests (runs for a few seconds). |
|
||||
| `coverage` | Run the code-coverage that generates html report (runs for 5-10 minutes). |
|
||||
|
||||
**_NOTE:_**
|
||||
Using those targets sets the environment appropriately, so copying the input files and/or the DLL in case of Windows builds is not required.
|
||||
|
||||
Reference in New Issue
Block a user