What Polyspace files should I archive along with source code, etc.?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Alexandre De Barros
2016년 8월 25일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Run Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!