ITK/Release 4/Testing Data: Difference between revisions

From KitwarePublic
< ITK‎ | Release 4
Jump to navigationJump to search
Line 17: Line 17:
* http://midas.kitware.com/community/view/5
* http://midas.kitware.com/community/view/5


=== MIDASapp ===
=== MIDAS - CMake ===


Allows to download data on-the-fly, at run-time while running the testing.
The file


* http://www.kitware.com/midaswiki/index.php/MIDAScpp
    MIDAS.cmake
* svn co https://www.kitware.com/svn/KWPublic/trunk/MIDAS/MIDAScpp
 
* Dashboard http://www.cdash.org/CDash/index.php?project=MIDAS
contains a CMake function that will download specific files and put them in a given directory.

Revision as of 18:16, 4 November 2010

The Challenge

  • Data used for testing can be large.
  • Data should not be stored along with the source code
  • Data files change along with the evolution of the code
    • So we have to track their specific versions.

MIDAS Proposal

  • Store ITK Testing Data in MIDAS
  • Download it at run time during ITK testing.

Data on MIDAS

At:

MIDAS - CMake

The file

   MIDAS.cmake 

contains a CMake function that will download specific files and put them in a given directory.