summaryrefslogtreecommitdiff
path: root/libs/sftp/build.gradle.kts
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-11-09 16:17:44 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-11-09 16:17:44 +0100
commit882520f3baee410647c3b99d608cc8fe18b0f5d0 (patch)
treeeebb370a4977ea20ce3cfaf679aff387ab0896c9 /libs/sftp/build.gradle.kts
parent6ea5cef180db16523b2d629a44ee556507e3de78 (diff)
sftp: add single merge tests for both local <-> sftp and sftp <-> local
Had to fixup the symlink code in Sftp, most importantly add a PathUtils relativeTo to fixup relative links.
Diffstat (limited to 'libs/sftp/build.gradle.kts')
-rw-r--r--libs/sftp/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/sftp/build.gradle.kts b/libs/sftp/build.gradle.kts
index 7b1afb9..e7efd26 100644
--- a/libs/sftp/build.gradle.kts
+++ b/libs/sftp/build.gradle.kts
@@ -65,6 +65,7 @@ android {
dependencies {
implementation(project(":libs:io"))
implementation(project(":libs:utils"))
+ testImplementation(project(":libs:local"))
testImplementation(project(":libs:test-utils"))
}