Move DebugProtoBuf to module "compiler-tests"
To help debug serialization-related code in compiler tests
This commit is contained in:
@@ -42,9 +42,10 @@ fun main(args: Array<String>) {
|
|||||||
execProtoc(commonProto, "compiler/frontend/serialization/src")
|
execProtoc(commonProto, "compiler/frontend/serialization/src")
|
||||||
execProtoc(javaProto, "core/serialization.java/src")
|
execProtoc(javaProto, "core/serialization.java/src")
|
||||||
|
|
||||||
modifyAndExecProtoc(commonProto, "jps-plugin/test")
|
modifyAndExecProtoc(commonProto, "compiler/tests")
|
||||||
modifyAndExecProtoc(javaProto, "jps-plugin/test")
|
modifyAndExecProtoc(javaProto, "compiler/tests")
|
||||||
} finally {
|
}
|
||||||
|
finally {
|
||||||
// Workaround for JVM hanging: IDEA's process handler creates thread pool
|
// Workaround for JVM hanging: IDEA's process handler creates thread pool
|
||||||
System.exit(0)
|
System.exit(0)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<orderEntry type="library" scope="TEST" name="idea-full" level="project" />
|
<orderEntry type="library" scope="TEST" name="idea-full" level="project" />
|
||||||
<orderEntry type="module" module-name="backend" scope="TEST" />
|
<orderEntry type="module" module-name="backend" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="descriptors" scope="TEST" />
|
<orderEntry type="module" module-name="descriptors" scope="TEST" />
|
||||||
|
<orderEntry type="module" module-name="compiler-tests" scope="TEST" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user