Changes between Version 20 and Version 21 of DevelopmentProcedure


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

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v20 v21  
    22This page outlines the basic steps one should take when adding a new development to the AstroBEAR code.
    33
    4 
     4[[BR]]
    55== Test Your Changes ==
    66First, you'll want the newest revision of AstroBEAR.  You could either make a new repository via {{{hg clone}}}, or pull the newest changeset into your current repository:
     
    1919If 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.
    2020
    21 
     21[[BR]]
    2222== Run the Test Suite ==
    2323This 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:
     
    3333If the tests were not successful, you will have to begin a [DebugProtocol debugging procedure].
    3434
    35 
     35[[BR]]
    3636== Summary ==
    3737[[Image(devel_procedure.jpg)]]