From 882520f3baee410647c3b99d608cc8fe18b0f5d0 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sat, 9 Nov 2024 16:17:44 +0100 Subject: 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. --- libs/sftp/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/sftp/build.gradle.kts') 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")) } -- cgit v1.2.3-70-g09d2