Changes between Version 19 and Version 20 of DevelopmentProcedure
- Timestamp:
- 09/28/11 11:38:10 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v19 v20 1 1 = Development Procedure = 2 2 This page outlines the basic steps one should take when adding a new development to the AstroBEAR code. 3 3 4 4 5 == Test Your Changes == … … 18 19 If it did not work, you will have to go back and check everything you have changed, fix it, recompile, rerun, and recheck. If everything works and you have committed your changes, it is time to test the rest of the code with the test suite. 19 20 21 20 22 == Run the Test Suite == 21 23 This part needs to be run in {{{bluehive}}}. First, you will want to clone or pull your local changeset into bluehive. Next, you run the buildtests script from your astrobear directory: … … 31 33 If the tests were not successful, you will have to begin a [DebugProtocol debugging procedure]. 32 34 35 33 36 == Summary == 34 37 [[Image(devel_procedure.jpg)]]