Hi,<br><br>I&#39;m reading <a href="http://www.cmake.org/Wiki/CMake_Testing_With_CTest">this wiki article</a> on how to perform tests using CMake. However, the tests I&#39;m wanting to run aren&#39;t already built. I need to be able to use CMake to first compile the test and then run it afterwards. How would I handle this behavior in CMake? Would I simply call add_executable() before calling add_test()?<br>