From a15cfde0fcbdb29dafdb9ebe39fe53c8da4073be Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 25 Aug 2024 02:30:36 +0200 Subject: Combine tests from both local and samba Most the tests test the Tree implementation and thus should work on all such implementations. Current exception is symlinks which Samba backend doesn't (currently?) support. Improve the Samba remove methods to better match the expected behavior. --- libs/test-utils/build.gradle.kts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libs/test-utils/build.gradle.kts (limited to 'libs/test-utils/build.gradle.kts') diff --git a/libs/test-utils/build.gradle.kts b/libs/test-utils/build.gradle.kts new file mode 100644 index 0000000..1b796fa --- /dev/null +++ b/libs/test-utils/build.gradle.kts @@ -0,0 +1,15 @@ +plugins { + alias(libs.plugins.android.library) +} + +android { + namespace = "org.the_jk.cleversync.testutils" +} + +dependencies { + implementation(project(":libs:io")) + implementation(libs.junit) + implementation(libs.robolectric) + implementation(libs.truth) + implementation(project(":libs:utils")) +} -- cgit v1.2.3-70-g09d2