Skip to content

Commit

Permalink
Now we report tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cprieto committed Oct 26, 2015
1 parent 6e902a6 commit d8788fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Expand Up @@ -32,3 +32,9 @@ sourceSets {
test.kotlin.srcDirs += 'test'
main.java.srcDirs += 'src/main/kotlin'
}

test {
testLogging {
events "passed", "skipped", "failed"
}
}

0 comments on commit d8788fe

Please sign in to comment.