From d7eefa8066b8e2ac70e0a4080c52bce20da24a23 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 22 Aug 2024 00:10:26 +0200 Subject: samba: Add docker server run by tests Current user needs to be in docker group (or in some other way have access to the docker.socket) for this to work. Two current problems: * listRoot() fails, no directories are found. * gradle hangs after running the samba tests --- buildSrc/src/main/groovy/the_jk.android-conventions.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'buildSrc/src/main/groovy/the_jk.android-conventions.gradle') diff --git a/buildSrc/src/main/groovy/the_jk.android-conventions.gradle b/buildSrc/src/main/groovy/the_jk.android-conventions.gradle index 9ff8adf..b18d36a 100644 --- a/buildSrc/src/main/groovy/the_jk.android-conventions.gradle +++ b/buildSrc/src/main/groovy/the_jk.android-conventions.gradle @@ -22,6 +22,7 @@ android { } dependencies { + testImplementation(libs.androidx.espresso.core) testImplementation(libs.junit) testImplementation(libs.robolectric) testImplementation(libs.truth) -- cgit v1.2.3-70-g09d2