Skip to content

Commit b32e1ae

Browse files
Convert a few manual tests to unit tests (#1570)
* Towards #1290 automate some bullet examples into unit tests. * Towards #1290 automate one core issue regression test * Towards #1290 Automate a few more tests/examples * resolve commit conflicts in 2 build.gradle files Co-authored-by: Stephen Gold <[email protected]>
1 parent 4dfeeb1 commit b32e1ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jme3-core/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ sourceSets {
1616
}
1717

1818
dependencies {
19-
testImplementation project(':jme3-testdata')
20-
testImplementation project(':jme3-testdata')
19+
testRuntime project(':jme3-testdata')
2120
testImplementation project(':jme3-desktop')
2221
testRuntime project(':jme3-plugins')
2322
}

0 commit comments

Comments
 (0)