Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Peugnet <nicolas.peugnet@lip6.fr>2024-01-11 16:49:05 +0300
committerDaniel Lublin <daniel@lublin.se>2024-01-11 17:12:40 +0300
commit02a1f1a7ec7b1bad7e8a1423b7f7cc189a37963e (patch)
tree4cd470156f4a815cf42405782e0a1448786329e9 /build.gradle
parente2d6310591f4547fb1602d8d1511db505cd7fccc (diff)
Allow to easily run tests that only require Junit
With this, it is possible to at least run some of the tests by simply running `../../gradlew test` from the humla submodule folder cloned from Mumla.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 23aab6b..dc30647 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,6 +47,7 @@ dependencies {
implementation 'org.minidns:minidns-hla:0.3.4'
implementation 'org.minidns:minidns-android21:0.3.4'
implementation 'com.google.guava:guava:28.2-android'
+ testImplementation 'junit:junit:4.13.2'
}
allprojects {