[JS, Tests] Migrate IR tests onto outputDir and outputName

This commit is contained in:
Ilya Goncharov
2022-07-28 13:51:39 +02:00
committed by teamcity
parent eeb0520b48
commit f320efedd3
6 changed files with 16 additions and 10 deletions
@@ -299,7 +299,7 @@ class GenerateIrRuntime {
val args = K2JSCompilerArguments().apply {
libraries = ""
outputFile = klibDirectory.path
outputDir = klibDirectory.path
sourceMap = false
irProduceKlibDir = true
irOnly = true