Skip to content

Commit 32bdda1

Browse files
committed
add some explanations about samplesTest
1 parent d288e0e commit 32bdda1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ kotlin.sourceSets {
4646
}
4747

4848
sourceSets {
49+
// Gradle creates configurations and compilation task for each source set
4950
create("samples") {
5051
kotlin.srcDir("src/test/kotlin")
5152
}
@@ -106,7 +107,7 @@ val clearTestResults by tasks.creating(Delete::class) {
106107

107108
val samplesTest = tasks.register<Test>("samplesTest") {
108109
group = "Verification"
109-
description = "Runs the custom tests."
110+
description = "Runs all samples that are used in the documentation, but modified to save their outputs to a file."
110111

111112
dependsOn(compileSamplesKotlin)
112113
dependsOn(clearTestResults)

0 commit comments

Comments
 (0)