1f258c28fc
This is needed because now we have different tests modules with different test frameworks (JUnit3 and JUnit5) which has no dependencies between each other. So for keeping all test generation config in one place we need module which may rely on all independent test modules
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Generate Compiler Tests" type="GradleRunConfiguration" factoryName="Gradle">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$/compiler" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value=":compiler:tests-for-compiler-generator:generateTests" />
|
|
<option value=":compiler:tests-java8:generateTests" />
|
|
<option value=":compiler:tests-against-klib:generateTests" />
|
|
<option value=":js:js.tests:generateTests" />
|
|
<option value=":core:descriptors.runtime:generateTests" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" value="" />
|
|
</ExternalSystemSettings>
|
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
<method />
|
|
</configuration>
|
|
</component>
|