<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Rosario, sans-serif;">
<div>Hi,</div>
<div><br>
</div>
<div>We use cmake for one of our projects, which has ~400 tests.  All in all, they take about an hour to run.</div>
<div><br>
</div>
<div>What I’d like to do is to submit the tests as batch jobs on our nomad cluster.  This part I can easily do, via some python script or go executable.</div>
<div><br>
</div>
<div>What I’m not sure about is how to integrate this with ctest.</div>
<div><br>
</div>
<div>What would be the best way to do this with cmake?  </div>
<div><br>
</div>
<div>Is there some way to run a script of executable in cmake which would act as a stub of the real test executable?</div>
<div><br>
</div>
<div>I figure if I just output the same exit code and stdin/stderr streams, it might be possible without too many changes to our cmake scripts.</div>
</body>
</html>