Changes between Version 19 and Version 20 of addnewNR
- Timestamp:
- 02/03/21 15:24:26 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewNR
v19 v20 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). See [wiki:jenkins] for more information.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/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.