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(javaProto, "core/serialization.java/src")
|
||||
|
||||
modifyAndExecProtoc(commonProto, "jps-plugin/test")
|
||||
modifyAndExecProtoc(javaProto, "jps-plugin/test")
|
||||
} finally {
|
||||
modifyAndExecProtoc(commonProto, "compiler/tests")
|
||||
modifyAndExecProtoc(javaProto, "compiler/tests")
|
||||
}
|
||||
finally {
|
||||
// Workaround for JVM hanging: IDEA's process handler creates thread pool
|
||||
System.exit(0)
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="idea-full" level="project" />
|
||||
<orderEntry type="module" module-name="backend" scope="TEST" />
|
||||
<orderEntry type="module" module-name="descriptors" scope="TEST" />
|
||||
<orderEntry type="module" module-name="compiler-tests" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user