compile website and kunit tests
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user