Difference between revisions of "User:Davisb"

From NAMIC Wiki
Jump to: navigation, search
Line 23: Line 23:
 
===Adding Test===
 
===Adding Test===
 
*add testing executables to CMakeListsLocal.txt in cxx directory---exes are build in module directory
 
*add testing executables to CMakeListsLocal.txt in cxx directory---exes are build in module directory
 +
*added a temporary script that will run the itk and vtk tests RunTests.sh in the Tests directory

Revision as of 14:18, 4 May 2007

Current Projects

Rule Based Segmentation

  • get cvs copy of slicer2
    • Scripts/genlib.tcl
    • Scripts/cmaker.tcl
  • get svn copy of NAMICSandbox
  • create a link to the RuleBasedSegmentation module within slicer2
cd slicer2/Modules
ln -s NAMICSandbox/RuleBasedSegmentation/vtkRuleBasedSegmentation vtkRuleBasedSegmentation
  • compile slicer2 with RuleBasedSegmentation module
    • Scripts/genlib.tcl

Problems:

  • [fixed]Build fails---updated name in cmakelists
  • need to add tests
    • itk test
    • vtk test


Adding Test

  • add testing executables to CMakeListsLocal.txt in cxx directory---exes are build in module directory
  • added a temporary script that will run the itk and vtk tests RunTests.sh in the Tests directory