[Test] Add CLI tests for platform checkers in MPP

^KT-58881
This commit is contained in:
Dmitriy Novozhilov
2024-01-10 15:50:23 +02:00
committed by Nikolay Lunyak
parent e8f5e35a86
commit b71797383f
6 changed files with 49 additions and 0 deletions
@@ -1328,6 +1328,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/firMppWithKlib.args");
}
@TestMetadata("firMultiplatformCompilationWithError.args")
public void testFirMultiplatformCompilationWithError() throws Exception {
runTest("compiler/testData/cli/js/firMultiplatformCompilationWithError.args");
}
@TestMetadata("jsExtraHelp.args")
public void testJsExtraHelp() throws Exception {
runTest("compiler/testData/cli/js/jsExtraHelp.args");