Tests for integer cmp operation added

This commit is contained in:
Konstantin Anisimov
2016-11-14 11:15:07 +03:00
committed by vvlevchenko
parent 59fff52e0c
commit 04822dda69
3 changed files with 56 additions and 7 deletions
+4
View File
@@ -246,6 +246,10 @@ task minus_eq(type: UnitKonanTest) {
source = "codegen/function/minus_eq.kt"
}
task eqeq(type: UnitKonanTest) {
source = "codegen/function/eqeq.kt"
}
task cycle(type: UnitKonanTest) {
source = "codegen/cycles/cycle.kt"
}