[IR][JS] Partial linkage: Add IDEA run configurations for tests w/ and w/o IC

This commit is contained in:
Dmitriy Dolovov
2022-10-14 15:52:51 +02:00
committed by Space Team
parent 460e21c7bc
commit afcf78ac94
2 changed files with 27 additions and 2 deletions
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test: JS KLIB ABI compatibility" type="GradleRunConfiguration" factoryName="Gradle" folderName="Tests">
<configuration default="false" name="Test: JS KLIB ABI compatibility / no IC" type="GradleRunConfiguration" factoryName="Gradle" folderName="Tests">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
@@ -12,7 +12,7 @@
<list>
<option value=":js:js.tests:test" />
<option value="--tests" />
<option value="&quot;org.jetbrains.kotlin.js.test.JsKLibABITestCaseGenerated&quot;" />
<option value="&quot;org.jetbrains.kotlin.js.test.JsKLibABINoICTestCaseGenerated&quot;" />
</list>
</option>
<option name="vmOptions" />
@@ -0,0 +1,25 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test: JS KLIB ABI compatibility / with IC" type="GradleRunConfiguration" factoryName="Gradle" folderName="Tests">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value=":js:js.tests:test" />
<option value="--tests" />
<option value="&quot;org.jetbrains.kotlin.js.test.JsKLibABIWithICTestCaseGenerated&quot;" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
</component>