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.

cpptesttrace: command not found

Options
Kmanusilp
Kmanusilp Posts: 1

I have used Ubuntu OS and tried to create bdf file with command cpptesttrace.
But it turns out like cpptesttrace: command not found.

(I have already added PATH in .bashrc as well)

Here is the command I executed.
$ projectName=test1234
$ bdfOutPath=$gitHubWork/$projectName.bdf
$ rm -rf $bdfOutPath
$ cpptesttrace --cpptesttraceOutputFile=$bdfOutPath --cpptesttraceProjectName=$projectName make clean all