compile website and kunit tests

This commit is contained in:
Leonid Shalupov
2012-04-04 16:54:14 +04:00
parent 666c48c8c1
commit 369f01b3f6
3 changed files with 37 additions and 9 deletions
+8
View File
@@ -46,6 +46,14 @@
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>test-compile</id>
<phase>test-compile</phase>
<goals>
<goal>test-compile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
@@ -1,9 +0,0 @@
package test.org.jetbrains.kotlin.kunit
import junit.framework.TestCase
class KUnitTest: TestCase() {
fun testAssert(): Unit {
}
}