backend: add some trivial tests for RTTI

This commit is contained in:
Svyatoslav Scherbina
2016-11-16 11:17:04 +07:00
committed by SvyatoslavScherbina
parent f147860fea
commit 1ff59e2cd2
5 changed files with 36 additions and 0 deletions
+8
View File
@@ -262,3 +262,11 @@ task cycle(type: UnitKonanTest) {
task cycle_do(type: UnitKonanTest) {
source = "codegen/cycles/cycle_do.kt"
}
task abstract_super(type: UnitKonanTest) {
source = "datagen/rtti/abstract_super.kt"
}
task vtable1(type: UnitKonanTest) {
source = "datagen/rtti/vtable1.kt"
}