I am quite confused on how to use this command, what is the regex for?
set_tests_properties(test  PROPERTIES PASS_REGULAR_EXPRESSION "EXIT_FAILURE")
below is from the documentation
set_tests_properties: Set a property of the tests.
  set_tests_properties(test1 [test2...] PROPERTIES prop1 value1 prop2 value2)
Set a property for the tests. If the property is not found, CMake will report 
an error.


what is prop1 value1 prop2 value2 ?


Can someone please give me an example?

_________________________________________________________________
See all the ways you can stay connected to friends and family
http://www.microsoft.com/windows/windowslive/default.aspx
_______________________________________________
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