[Insight-developers] Testing of Remote Modules
Bill Lorensen
bill.lorensen at gmail.com
Thu Jan 16 11:28:20 EST 2014
Folks,
I am about to add a new remote module to ITK. I am following the procedure here:
http://www.itk.org/Wiki/ITK/Policy_and_Procedures_for_Adding_Remote_Modules
Part of this is setting up a nightly dashboard for my remote module. I
followed this process:
http://www.itk.org/Wiki/ITK/Git/Dashboard
and used Xiaoxios' example for MGHIO:
http://open.cdash.org/viewNotes.php?buildid=3178424
First I debug my scripts using experimental builds. Then I swicth to
Nightly. Everything works great. However, it seems that the build
process could be sped up. Currently, all tests the remote module's
dependent ITK modules are built. They are not run because the script
restricts the tests to test with the remote module's label.
It would be great if there were some way to turn off the building of
the dependent module tests.
Bill
More information about the Insight-developers
mailing list