VTK/Commit Guidelines
From KitwarePublic
< VTK
Jump to navigationJump to search
Revision as of 16:52, 9 October 2006 by David.cole (talk | contribs)
VTK cvs commit Guidelines
- Follow the VTK Coding Standards when writing new code or modifying existing code
- Build into a fresh empty binary directory after making your last code change
- Run ctest in your binary directory and make sure all the VTK tests pass before committing your code