Changes between Version 20 and Version 21 of DevelopmentProcedure
- Timestamp:
- 09/28/11 11:38:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v20 v21 2 2 This page outlines the basic steps one should take when adding a new development to the AstroBEAR code. 3 3 4 4 [[BR]] 5 5 == Test Your Changes == 6 6 First, 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: … … 19 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. 20 20 21 21 [[BR]] 22 22 == Run the Test Suite == 23 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: … … 33 33 If the tests were not successful, you will have to begin a [DebugProtocol debugging procedure]. 34 34 35 35 [[BR]] 36 36 == Summary == 37 37 [[Image(devel_procedure.jpg)]]