forked from StarOpenSource/Engine
Add "Run tests" task to IntelliJ IDEA
This commit is contained in:
parent
4b5f9413c1
commit
6c6b44ea19
1 changed files with 23 additions and 0 deletions
|
@ -91,9 +91,32 @@
|
||||||
<RunAsTest>false</RunAsTest>
|
<RunAsTest>false</RunAsTest>
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<configuration name="Run tests" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
|
<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="test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<RunAsTest>false</RunAsTest>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
<list>
|
<list>
|
||||||
<item itemvalue="Gradle.Build test application" />
|
<item itemvalue="Gradle.Build test application" />
|
||||||
<item itemvalue="Gradle.Run test application" />
|
<item itemvalue="Gradle.Run test application" />
|
||||||
|
<item itemvalue="Gradle.Run tests" />
|
||||||
<item itemvalue="Gradle.Generate Javadoc" />
|
<item itemvalue="Gradle.Generate Javadoc" />
|
||||||
<item itemvalue="Gradle.Clean" />
|
<item itemvalue="Gradle.Clean" />
|
||||||
</list>
|
</list>
|
||||||
|
|
Loading…
Reference in a new issue