- Right-click the project and select Add Source Folder.
- Navigate in your explorer and add the new file. The file should now show up in the project tree.
- Copy the file to a module. Right-click the file and select Copy to > Module_n. You can now run an analysis on the module. If you want to analyze this file alone, you can first create a new module (right-click and select Create new module).
How to test single file in a whole project in a polyspace bug finder.
5 views (last 30 days)
Show older comments
Hello team,
Im using polyspace bug finder, i need to know how to add a single file in a whole project. Can you please share the details with the template.
Actually i'm using version of bug finder is 2.2 (R2016b)
0 Comments
Accepted Answer
Anirban
on 17 Oct 2022
Edited: Anirban
on 18 Oct 2022
I am assuming you have already set up a project in the Polyspace user interface and want to add a new file to this project. To do this:
R2016b is quite an old release, but the above steps should be available there.
In case your question is about simply adding a new file to a project, you can select File > New in the user interface and on the first screen, make sure that the box Use template is unchecked. You should be taken to a screen where you can add a new file.
2 Comments
Anirban
on 18 Oct 2022
You have to add folders containing paths to your headers (compiler headers and other headers).
About compiler headers, in case the headers are standard ones like math.h and what not, you can get away with not adding paths to those headers. Although, it is best to mimic your compiler as much as possible. For more information on how to find paths to compiler headers, see Provide Standard Library Headers for Polyspace Analysis.
More Answers (0)
See Also
Categories
Find more on Generate Reports in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!