Hi,<br><br>I do have following folder structure<br>main<br>|<br>|---- sub1<br>| |<br>| |---------sub11<br>|<br>|------sub2<br>| |----------sub22<br>|<br>|------sub3<br clear="all">| |----------sub33<br>
|<br><br>I do have the CMakeLists.txt for the main and sub1,2,3 are added in it which inturn add sub11,22,33<br><br>I want to do "make test" for full project at directory main.<br>In addition to this I want to do "make test" for sub11,22,33 selectively like say "make test sub11".<br>
<br>Can I do something like this with CMake?<br>Please help me.<br><br>-- <br>Thanks & Regards,<br>Kiran Patil<br>