unit tests for collider parsing

This commit is contained in:
2019-11-29 00:34:33 +07:00
parent 08d80d1289
commit 0ca555a8c5
13 changed files with 53 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
mkdir -p $BUILD_DIR/pvs_analyze
cd $BUILD_DIR/pvs_analyze
pushd $BUILD_DIR/pvs_analyze
rm -rf pvs_report
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=On ../..
pvs-studio-analyzer analyze\
@@ -15,3 +15,4 @@ pvs-studio-analyzer analyze\
-j8
plog-converter -a GA:1,2 -t fullhtml -o pvs_report pvs_report.log
open pvs_report/index.html
popd