[compiletest]: add JUnit4-based infrastructure for testing compiler

This commit is contained in:
Aleksey Kladov
2017-10-17 16:50:06 +03:00
committed by ilmat192
parent d9e92fb712
commit 2b6c284ff8
6 changed files with 263 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ include ':backend.native'
include ':runtime'
include ':common'
include ':backend.native:tests'
include ':backend.native:compiletest'
include ':shared'
include ':tools:kotlin-native-gradle-plugin'
include ':utilities'