Tests for CBOR and missed copyrights for some other tests
diff --git a/build.gradle b/build.gradle
index b4ba661..62cd821 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,5 +38,5 @@
     compile "org.jetbrains.kotlin:kotlin-reflect:${snapshot_version}"
 
     testCompile group: 'junit', name: 'junit', version: '4.4'
-
+    testCompile 'io.kotlintest:kotlintest:2.0.4'
 }
\ No newline at end of file