<p>Hi,</p>
<p>I am new to CMake/CTest infrastructure. I have built a project (c:\build) from source code (c:\src) using cmake on windows. My aim is to integrate CTest onto CMake build by running few regression tests. The testcases are located at c:\tests. </p>

<p>c:\test\test01<br>c:\test\test02<br>To run a test, i have to cd to area &#39;test01&#39; and then execute perl commands. I want to know:</p>
<p>1. At what location should i modify CMakeList.txt file to include ADD_TEST commands? At c:\build or c:\src or c:\test?<br>2. Is this the same location from where i have to run &#39;ctest -D Experimental&#39;?</p>
<p>Thanks in advance,<br>Asj</p>