Modules
mrs_verify_interface_header_sets
- mrs_verify_interface_header_sets
Add test using CMAKE_VERIFY_INTERFACE_HEADER_SETS for a specified target:
mrs_verify_interface_header_sets( <target> [TIMEOUT <timeout>] )
This enables VERIFY_INTERFACE_HEADER_SETS on the specified target and adds test that runs the verification.
Arguments:
<target>Name of the target for which the test should be created.<timeout>Timeout in seconds for the runtime of the test (default 600).