cmaize.user_api/add_tests
- cmaize.user_api/add_tests.cmaize_add_tests(_cat_test_name)
Note
This is a macro, and so does not introduce a new scope.
User macro to add a set of CTest tests.
Note
For additional optional parameters related to the specific language used, see the documentation for cmaize_add_executable().
- Parameters:
_cat_test_name (desc) – Name for the test, test executable, and test command.
- "${_cat_test_name}"(COMMAND)
Warning
This is a CTest test definition, do not call this manually. Use the “ctest” program to execute this test.