IDEA project configuration: add 'boot' module to tests bootstrap classpath

'intellij.platform.boot' module needs to be in the application classpath when running tests, so it must be in dependencies of 'intellij.tools.testsBootstrap' module (see org.jetbrains.intellij.build.impl.TestingTasksImpl.runTestsProcess).
This commit is contained in:
nik
2018-01-30 10:20:01 +03:00
parent 6ffe3df05c
commit a3ab43af8c
@@ -7,7 +7,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.boot" scope="RUNTIME" />
<orderEntry type="library" name="JUnit4" level="project" />
</component>
</module>
</module>