[IR][JS] Partial linkage: Add IDEA run configurations for tests w/ and w/o IC
This commit is contained in:
committed by
Space Team
parent
460e21c7bc
commit
afcf78ac94
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<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>
|
<ExternalSystemSettings>
|
||||||
<option name="executionName" />
|
<option name="executionName" />
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<list>
|
<list>
|
||||||
<option value=":js:js.tests:test" />
|
<option value=":js:js.tests:test" />
|
||||||
<option value="--tests" />
|
<option value="--tests" />
|
||||||
<option value=""org.jetbrains.kotlin.js.test.JsKLibABITestCaseGenerated"" />
|
<option value=""org.jetbrains.kotlin.js.test.JsKLibABINoICTestCaseGenerated"" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
<option name="vmOptions" />
|
<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=""org.jetbrains.kotlin.js.test.JsKLibABIWithICTestCaseGenerated"" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
||||||
Reference in New Issue
Block a user