[intellij project configuration test] check that all modules with tests from community are included into community.main

This is needed to ensure that tests from them will be executed in Community Tests configuration, if they aren't assigned to some test group explicitly. If they are assigned, adding to community.main classpath shouldn't hurt.

GitOrigin-RevId: af9904fded920f39cf98b320c9a2868b6729feef
This commit is contained in:
Nikolay Chashnikov
2022-02-09 14:41:00 +03:00
committed by intellij-monorepo-bot
parent 3b5d206d4a
commit 2e73a267e1

View File

@@ -168,6 +168,15 @@
<orderEntry type="module" module-name="intellij.platform.statistics.envTests" scope="TEST" />
<orderEntry type="module" module-name="intellij.toml.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.googleAppEngine" scope="TEST" />
<orderEntry type="module" module-name="intellij.maven.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.java.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.googleAppEngine.jps" scope="TEST" />
<orderEntry type="module" module-name="intellij.reStructuredText" scope="TEST" />
<orderEntry type="module" module-name="intellij.groovy.uast.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.remoteServers.targetsIntegrationTests" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.commonTests" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.reStructuredText" scope="TEST" />
<orderEntry type="module" module-name="intellij.markdown.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.laf.macos" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.laf.win10" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.searchEverywhereMl" scope="RUNTIME" />