Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

cpptest does not generate bugs report!

Bush
Bush Posts: 8

I am running cpptest with the command line using cpptesttrace and cpptestcli. I do have cmake build system. The analysis has never caught any bug and always shows that the number of files that have been checked to 0. Not sure what is the issue exactly. Here are the commands that I run

cmake -G "Unix Makefiles" ..

$cpptesttrace make clean all

$cpptestcli -data "path to directorty that include the project" -resource / -report "path to repoer directory" -config $config -localsettings $settings

$cpptesttrace , $cpptestcli, $config, and $settings includes paths to exe or files.

Is there anything that I should change to get results?

Thanks

Comments