Skip to content
  • David Thompson's avatar
    Fixes for cmake policy CMP0115 and test-label uniformity. · 1c3a1bb7
    David Thompson authored
    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).
    1c3a1bb7