Skip to content
  • Dmitry Kazakov's avatar
    Make unit tests' names consistent · 46c27f94
    Dmitry Kazakov authored
    TEST_NAME parameter should state **only** the actual name
    of the test without any prefixes. NAME_PREFIX should state \
    the prefix. And, no, we cannot shortcut the thing and concatenate
    the name and the prefix in TEST_NAME, because it will break actual
    tests' binary file names.
    46c27f94