ycm-cmake-modules icon indicating copy to clipboard operation
ycm-cmake-modules copied to clipboard

Unit tests for sub-project in CDash

Open drdanz opened this issue 11 years ago • 4 comments
trafficstars

Find out if it is possible to have the unit tests for each superbuild-subproject in the corresponding subproject in CDash

drdanz avatar Jan 31 '14 10:01 drdanz

After some investigation, this does not seem very doable at the moment.

drdanz avatar May 21 '14 16:05 drdanz

Ok, so what's the recommended way of including tests for the icub dashboard ( http://dashboard.icub.org/ ) ? Currently I have some subprojects that have local tests that are tested via Travis (for example in iDynTree ) but I guess this is not very suitable for inclusion in the dashboard.

traversaro avatar May 22 '14 15:05 traversaro

Just include them for now, they will be executed... The issue is that for now, you cannot show them like in the picture here: http://www.kitware.com/media/html/CDashSubprojects.html The configure and build step work, but for the tests is more complicated

drdanz avatar May 22 '14 17:05 drdanz

Latest commit added one test that executes all the test for one subproject. I think that it will still appear as just one test, but this test should end in the right subproject in CDash, since it is labelled with the name of the project tested.

drdanz avatar Nov 30 '14 23:11 drdanz