<div>Hello,<br clear="all"></div><div><br></div><div>Is it possible to specify complex behavior for </div><div>determining if a test was successful.</div><div><br></div><div>For example, if we have </div><div><br></div><div>
add_test(Differ executable args)</div><div><br></div><div>I want to specify that the test named Differ<br></div><div>is successful if the output obtained by running</div><div>the specified executable matches a certain file,</div>
<div>i.e the diff of the output and a specified file is empty.</div><div><br></div><div>I am not sure how set_property should be specified in </div><div>such cases. Clearly using set_property by specifying a</div><div>regular expression is not sufficient.</div>
<div><br></div><div>Thanks</div><div>Ajay</div><br>