various numeric literals' tests

This commit is contained in:
Konstantin Anisimov
2016-10-28 12:27:12 +03:00
parent cc47ed98f3
commit f02e0af5a2
7 changed files with 48 additions and 1 deletions
+14 -1
View File
@@ -88,4 +88,17 @@ task aritmetic(type: KonanTest) {
task sum1(type: KonanTest) {
source = "codegen/function/sum_foo_bar.kt"
}
}
task sum2(type: KonanTest) {
source = "codegen/function/sum_imm.kt"
}
task sum_3const(type: KonanTest) {
source = "codegen/function/sum_3const.kt"
}
// TODO: waiting for boolean to be implemented
//task bool_yes(type: KonanTest) {
// source = "codegen/function/boolean.kt"
//}