[FIR] Make fir modularized test depends on dist

This commit is contained in:
Simon Ogorodnik
2019-08-26 16:12:22 +03:00
parent 5ef4a01a45
commit 6a9fb46985
@@ -45,6 +45,7 @@ projectTest {
workingDir = rootDir
jvmArgs!!.removeIf { it.contains("-Xmx") }
maxHeapSize = "3g"
dependsOn(":dist")
}
testsJar()