Bonsai-27B-Android-Local / lib /src /test /java /android /llama /cpp /ExampleUnitTest.kt
livadies's picture
Publish Android source, APK, bilingual research notes, benchmarks, and screenshots / Публикация Android-проекта, APK, исследования и замеров
9863dbd verified
Raw
History Blame Contribute Delete
359 Bytes
package android.llama.cpp
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}