e45c2d31bc
Popular frameworks such as JUnit, TestNG and Google Test do not run @BeforeClass/@AfterClass hooks of test suites containing only ignored tests. This patch introduces the same behaviour to the Kotlin/Native's kotlin.test runner. See also: #4522, #4615.