Changes between Version 15 and Version 16 of addnewNR
- Timestamp:
- 02/06/19 08:40:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewNR
v15 v16 1 1 == Introduction == 2 2 3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu:8080/job/Linux_Ubuntu/) and 4 times a day (through cron jobs). 3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu:8080/job/Linux_Ubuntu/) and 4 times a day (through cron jobs). See [wiki:jenkins] for more information. 4 4 5 5 If a new capability is being added to ISSM, it is critical that a new test is created.