Skip to content

Commit 75cc731

Browse files
committed
Remove android unit tests
1 parent a318aea commit 75cc731

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

integrations/room/build.gradle.kts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ kotlin {
4343

4444
implementation(libs.androidx.sqlite.bundled)
4545
}
46+
47+
val commonIntegrationTest by creating {
48+
dependsOn(commonTest.get())
49+
}
50+
51+
// We're putting the native libraries into our JAR, so integration tests for the JVM can run as part of the unit
52+
// tests.
53+
jvmTest.get().dependsOn(commonIntegrationTest)
54+
55+
// We have special setup in this build configuration to make these tests link the PowerSync extension, so they
56+
// can run integration tests along with the executable for unit testing.
57+
appleTest.orNull?.dependsOn(commonIntegrationTest)
4658
}
4759
}
4860

integrations/room/src/androidUnitTest/kotlin/com/powersync/integrations/room/Utils.android.kt

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)