diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 02:30:36 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 02:30:36 +0200 |
| commit | a15cfde0fcbdb29dafdb9ebe39fe53c8da4073be (patch) | |
| tree | ae7894796099d34381990d5230ebb22be16e897c /libs/utils | |
| parent | 855a23136973313a656bfaf60afd8b98833a05c0 (diff) | |
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.
Diffstat (limited to 'libs/utils')
| -rw-r--r-- | libs/utils/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/utils/build.gradle.kts b/libs/utils/build.gradle.kts index b4f0ae5..693a327 100644 --- a/libs/utils/build.gradle.kts +++ b/libs/utils/build.gradle.kts @@ -9,4 +9,5 @@ android { dependencies { api(libs.androidx.livedata) api(libs.androidx.livedata.ktx) + testImplementation(project(":libs:io")) } |
