Difference between revisions of "2010 Winter Project Week Testing for Extensions"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
Line 13: Line 13:
 
<h3>Objective</h3>
 
<h3>Objective</h3>
  
Make use of the [http://www.kitware.com/products/thesource/july2009.html subproject infrastructure] (see [http://www.cmake.org/pipermail/cdash/2009-July/000518.html here]) in CDash to support nightly builds of [http://www.slicer.org/slicerWiki/index.php/Slicer3:Extensions Slicer Extension Modules].
+
Make use of the [http://www.kitware.com/products/thesource/july2009.html subproject infrastructure] (see [http://www.cmake.org/pipermail/cdash/2009-July/000518.html here]) in CDash to support nightly builds of [https://www.slicer.org/wiki/Slicer3:Extensions Slicer Extension Modules].
  
 
</div>
 
</div>

Latest revision as of 18:07, 10 July 2017

Home < 2010 Winter Project Week Testing for Extensions


Key Investigators

Steve, Andriy Fedorov, Jim, Julien Jomier, Katie Hayes, Stuart Wallace

  • Kitware: Julien Jomier
  • GE: Jim Miller
  • BWH: Andriy, Katie
  • MGH: Stuart
  • Isomics: Steve Pieper

Objective

Make use of the subproject infrastructure (see here) in CDash to support nightly builds of Slicer Extension Modules.

Approach, Plan

The plan is to have example modules setup for nightly testing with the appropriate templates checked into the NITRC slicer module examples.

Progress

  • Katie will work with Randy and Sonia on an Extensions Tutorial for Developers
  • Julien investigated the subproject infrastructure and found that the current subproject sequence requires that the build be invoked via ctest (not 'make Experimental'). Julien will work on changes to CDash for a simpler implementation.
  • The importance of testing was emphasized to all extension developers and several began writing tests.