[workspace model] add modules with tests to classpath of intellij.idea.community.main module

This is needed to run the tests on TeamCity as part of Community Tests configuration (by default tests from community/ subdirectory aren't included into other build configurations).

GitOrigin-RevId: 30c735177eede4cba4af46eba1d62e8fddd7e442
This commit is contained in:
nik
2019-12-19 19:36:25 +03:00
committed by intellij-monorepo-bot
parent 1bfe2d67f1
commit 0c041b808c

View File

@@ -131,6 +131,8 @@
<orderEntry type="module" module-name="intellij.testng.rt.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.editorconfig" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.vcs.changeReminder" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.workspaceModel.core.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.workspaceModel.ide.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.sh" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.gradle.java.maven" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.markdown" scope="TEST" />