Skip to content

Commit 1eb5793

Browse files
committed
Fixup interactiveTest.
1 parent 45e79d8 commit 1eb5793

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

durian-swt/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ test {
6262

6363
// only run the interactive tests
6464
tasks.register('interactiveTest', Test) {
65+
testClassesDirs = sourceSets.test.output.classesDirs
66+
classpath = sourceSets.test.runtimeClasspath
6567
systemProperty 'com.diffplug.test.autoclose.milliseconds', null
6668
useJUnit {
6769
includeCategories 'com.diffplug.common.swt.InteractiveTest'

0 commit comments

Comments
 (0)