Hello,

Is it possible to specify complex behavior for
determining if a test was successful.

For example, if we have

add_test(Differ executable args)

I want to specify that the test named Differ
is successful if the output obtained by running
the specified executable matches a certain file,
i.e the diff of the output and a specified file is empty.

I am not sure how set_property should be specified in
such cases. Clearly using set_property by specifying a
regular expression is not sufficient.

Thanks
Ajay
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to