Skip to content

Commit d11b4ac

Browse files
committed
Update README
1 parent 9a7c1ef commit d11b4ac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

integration-testing/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ This is a supplementary project that provides integration tests.
44

55
The tests are the following:
66
* `mavenTest` depends on the published artifacts and tests artifacts binary content for absence of atomicfu in the classpath.
7+
* `jvmCoreTest` miscellaneous tests that check the behaviour of `kotlinx-coroutines-core` dependency in a smoke manner.
78
* `coreAgentTest` checks that `kotlinx-coroutines-core` can be run as a Java agent.
89
* `debugAgentTest` checks that the coroutine debugger can be run as a Java agent.
9-
* `smokeTest` builds the test project that depends on coroutines.
10+
* `debugDynamicAgentTest` checks that `kotlinx-coroutines-debug` agent can self-attach dynamically to JVM as a standalone dependency.
11+
* `smokeTest` builds the multiplatform test project that depends on coroutines.
1012

1113
The `integration-testing` project is expected to be in a subdirectory of the main `kotlinx.coroutines` project.
1214

13-
To run all the available tests: `cd integration-testing` + `./gradlew check`.
15+
To run all the available tests: `./gradlew publishToMavenLocal` + `cd integration-testing` + `./gradlew check`.

integration-testing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sourceSets {
9898
}
9999
}
100100

101-
// Checks that kotlinx-coroutines-debug agent can self-attach dynamically to JVM as standalone dependency
101+
// Checks that kotlinx-coroutines-debug agent can self-attach dynamically to JVM as a standalone dependency
102102
debugDynamicAgentTest {
103103
kotlin
104104
compileClasspath += sourceSets.test.runtimeClasspath

0 commit comments

Comments
 (0)