What Polyspace files should I archive along with source code, etc.?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
At release time I archive all source code (*.cpp, *.h, etc.), make files (*.mak), final executable (*.exe), release notes, etc. into a code management system (e.g. ClearCase, git, etc.) I don't archive compiler intermediate files (*.bin, *.map, etc.) because they'd all be regenerated anyway. The idea is to create a complete but minimal snapshot of what I did that can be used to reconstruct the release from scratch.
What is the minimum file set I should archive for Bug Finder and Code Prover scripts? e.g. *.psprj, *.pscp, *.log, *.pdf (test reports from final run), etc.? That saves me from recreating the test setup and matches reports to version.
0 comentarios
Respuestas (1)
Alexandre De Barros
el 25 de Ag. de 2016
Hello,
if the context is "to reconstruct the release from scratch" then the files required to launch a verification, source and includes files excepted, are the project file (.psprj) and all the files that may be used by this project, like : a post-preprocessing-command, include files used by the option Include (-include), the constraint setup (DRS) file, custom coding rule definition files, etc...
The other files (the log, the reports...) are created during the verification.
Best regards,
Alexandre
0 comentarios
Ver también
Categorías
Más información sobre Bug Finder Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!