Skip to content

Commit c3db590

Browse files
committed
test logging
1 parent c0c6042 commit c3db590

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/SharedLib/app/core/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ dependencies {
1717
testImplementation(project(":examples:SharedLib:libB:lib-desktop"))
1818
testImplementation(project(":idl-helper:idl-helper-desktop"))
1919
testImplementation("junit:junit:${LibExt.jUnitVersion}")
20+
}
21+
22+
tasks.named<Test>("test") {
23+
testLogging.showStandardStreams = true
2024
}

0 commit comments

Comments
 (0)