Fixed tests not compiling

This commit is contained in:
Anuken
2020-05-03 18:30:18 -04:00
parent bd4f3c039c
commit 45d8188ba4
2 changed files with 4 additions and 3 deletions

View File

@@ -281,6 +281,7 @@ project(":tests"){
testImplementation "org.junit.jupiter:junit-jupiter-api:5.3.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.3.1"
compile arcModule("backends:backend-headless")
compile arcModule("natives:natives-box2d-desktop")
}
test{