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.

generating BDF files.

Options
jazz
jazz Posts: 1
edited March 2021 in C/C++test

I have an ubuntu1804 system, I am using docker for Parasoft integration with Jenkins. The Parasoft version I use is "parasoft_cpptest_standard-2020.1.0-linux.x86_64.tar.gz" and I have a flutter project and I build a project with Makefile's make commands. I have a DTP server connected and when I try to run cpptestcli commands with -trace
command: "cpptestcli -compiler gcc_9-64 -module . -settings /data/cpptestcli.properties -workspace $PWD -trace make"
and in output, I am seeing a successful build, and then it error throws "Build data not collected"

How do I generate BDF file for the project now?