Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 445 Bytes

PVS_STUDIO.md

File metadata and controls

13 lines (10 loc) · 445 Bytes

Running PVS Studio analysis

Download and install the PVS-Studio Analyzer according its site instructions. After that, in the library root directory, perform the following commands:

mkdir build && cd build/
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DSG_PVS_STUDIO=ON ..
make pvs_studio_analysis

The full PVS report will be generated in the build/pvs_studio_fullhtml directory.