Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 15, 2024
1 parent 00a1386 commit ab24ae3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ sourceSets {
compileClasspath += client.compileClasspath
runtimeClasspath += client.runtimeClasspath
}
test {
compileClasspath += testmod.compileClasspath
runtimeClasspath += testmod.runtimeClasspath
}
}

repositories {
Expand Down Expand Up @@ -87,6 +91,7 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation "net.fabricmc:fabric-loader-junit:${project.loader_version}"
testImplementation(sourceSets.testmod.output)
}

test {
Expand Down

0 comments on commit ab24ae3

Please sign in to comment.