Hi all, In XCode we can add a target of type "Test", specifically for us is the "iOS Unit Test Bundle" that is interesting, because with it we can write iOS test cases that will install, launch and close the app on the iOS device.
Does CMake has started to support any of this yet? And if no, what would be the preferable route to follow, since this seems to be XCode specific, but in the end we would probably need a command similar to add_library or add_executable, but that adds this type of target. Thanks! -Robert Goulet
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
