Fixes for cmake policy CMP0115 and test-label uniformity.
CMP0115 requires test names passed to `smtk_add_test` to include the filetype extension. The `smtk_add_test` macro was not properly escaping labels so if developers specified multiple labels they were not passed to `set_tests_properties(LABELS ...)` properly. A lot of test labels in SMTK were not consistently named (bad capitalization and other variations).
Please register or sign in to comment