File tree Expand file tree Collapse file tree 6 files changed +26
-2
lines changed Expand file tree Collapse file tree 6 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+
2+ import com.beust.kobalt.*
3+
4+ val p = project {
5+ name = " kotlin-unsigned"
6+ group = " elect86"
7+ artifactId = name
8+ version = " 0.1"
9+
10+ dependenciesTest {
11+ compile(" io.kotlintest:kotlintest:1.3.5" )
12+ }
13+ }
14+
15+ test {
16+ include(" **/*.class" )
17+ }
Original file line number Diff line number Diff line change 1+ kobalt.version =0.914
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ java -jar " ` dirname " $0 " ` /kobalt/wrapper/kobalt-wrapper.jar" $*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set DIRNAME = %~dp0
3+ if " %DIRNAME% " == " " set DIRNAME = .
4+ java -jar " %DIRNAME% /kobalt/wrapper/kobalt-wrapper.jar" %*
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import java.math.BigInteger
99 */
1010
1111@RunWith(KTestJUnitRunner ::class )
12- class unsigned : StringSpec () {
12+ class Unsigned : StringSpec () {
1313
1414 val Int .b
1515 get() = toByte()
@@ -553,4 +553,4 @@ class unsigned : StringSpec() {
553553 (65_500 >= Ushort (65_500 )) shouldBe true
554554 }
555555 }
556- }
556+ }
You can’t perform that action at this time.
0 commit comments