Move DebugProtoBuf to module "compiler-tests"

To help debug serialization-related code in compiler tests
This commit is contained in:
Alexander Udalov
2014-03-05 20:09:48 +04:00
parent 2f613638c2
commit 64ac223895
4 changed files with 5 additions and 3 deletions
@@ -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)
}
+1
View File
@@ -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>