Changes between Version 15 and Version 16 of addnewNR


Ignore:
Timestamp:
02/06/19 08:40:53 (6 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addnewNR

    v15 v16  
    11 == Introduction ==
    22
    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).
     3ISSM 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.
    44
    55If a new capability is being added to ISSM, it is critical that a new test is created.