Changes between Version 19 and Version 20 of DevelopmentProcedure


Ignore:
Timestamp:
09/28/11 11:38:10 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v19 v20  
    11= Development Procedure =
    22This page outlines the basic steps one should take when adding a new development to the AstroBEAR code.
     3
    34
    45== Test Your Changes ==
     
    1819If 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.
    1920
     21
    2022== Run the Test Suite ==
    2123This 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:
     
    3133If the tests were not successful, you will have to begin a [DebugProtocol debugging procedure].
    3234
     35
    3336== Summary ==
    3437[[Image(devel_procedure.jpg)]]