Run Native Main macosX64.run.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!--
  2. ~ Copyright 2019-2022 Mamoe Technologies and contributors.
  3. ~
  4. ~ 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
  5. ~ Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
  6. ~
  7. ~ https://github.com/mamoe/mirai/blob/dev/LICENSE
  8. -->
  9. <component name="ProjectRunConfigurationManager">
  10. <configuration default="false" name="Run Native Main macosX64" type="GradleRunConfiguration" factoryName="Gradle"
  11. folderName="Native Main">
  12. <ExternalSystemSettings>
  13. <option name="env">
  14. <map>
  15. <entry key="mirai.native.test.main" value="true"/>
  16. </map>
  17. </option>
  18. <option name="executionName"/>
  19. <option name="externalProjectPath" value="$PROJECT_DIR$/mirai-core"/>
  20. <option name="externalSystemIdString" value="GRADLE"/>
  21. <option name="scriptParameters" value=""/>
  22. <option name="taskDescriptions">
  23. <list/>
  24. </option>
  25. <option name="taskNames">
  26. <list>
  27. <option value=":mirai-core:macosX64Test"/>
  28. <option value="--tests"/>
  29. <option value="&quot;net.mamoe.mirai.internal.test.NativeTestWrapper.test&quot;"/>
  30. </list>
  31. </option>
  32. <option name="vmOptions"/>
  33. </ExternalSystemSettings>
  34. <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
  35. <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
  36. <DebugAllEnabled>false</DebugAllEnabled>
  37. <method v="2"/>
  38. </configuration>
  39. </component>