[CMake] Testing with CMake--issue of subdirs
Kiran Gopal Patil
patilkg at gmail.com
Tue Mar 23 05:13:45 EDT 2010
Hi,
I do have following folder structure
main
|
|---- sub1
| |
| |---------sub11
|
|------sub2
| |----------sub22
|
|------sub3
| |----------sub33
|
I do have the CMakeLists.txt for the main and sub1,2,3 are added in it which
inturn add sub11,22,33
I want to do "make test" for full project at directory main.
In addition to this I want to do "make test" for sub11,22,33 selectively
like say "make test sub11".
Can I do something like this with CMake?
Please help me.
--
Thanks & Regards,
Kiran Patil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100323/44e54c7e/attachment.htm>
More information about the CMake
mailing list