<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Karthik,<br>
<br>
I was aware, that I can start ctest this way. However from my
understanding this requires at least the whole build tree to be at the
same location <br>
as on the build machine. I had hoped to get away with copying a subset
of the generated files somehow, possibly to a different directory.<br>
<br>
Regards,<br>
<br>
Martin<br>
<br>
On 05/28/10 09:05, Karthik Krishnan wrote:
<blockquote
 cite="mid:AANLkTim6zgwN-c0sYO3PzYwEJkhOOhD2D7B08aEEGldQ@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Fri, May 28, 2010 at 12:04 PM, Martin
Apel <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:martin.apel@simpack.de">martin.apel@simpack.de</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">Hi Alok,<br>
    <br>
the problem is not to start the testing process remotely. In my case
it's no problem simply setting up the Windows task planner to execute
some script every night. The problem is more, how do I tell ctest to
perform its tests without having to perform the complete build as well.</div>
  </blockquote>
  <div><br>
Explicitly tell ctest to perform just the specific actions..<br>
  <br>
&nbsp; ctest -T Test -T Submit <br>
  <br>
will perform just the test and submit parts. Equivalent line within
your CTest script would be something like<br>
  <br>
  <pre>SET (CTEST_COMMAND 
  "C:/Program Files/CMake/bin/ctest.exe -T Test -T Submit"
  )
  </pre>
  <br>
  <br>
  </div>
  </div>
  <br>
</blockquote>
<br>
<br>
</body>
</html>