|
|
||
|---|---|---|
| .. | ||
| gradle/wrapper | ||
| smokeTest | ||
| src | ||
| README.md | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
README.md
Integration tests
This is a supplementary project that provides integration tests.
The tests are the following:
MavenPublicationValidatordepends on the published artifacts and tests artifacts binary content and absence of atomicfu in the classpath.CoreAgentTestchecks thatkotlinx-coroutines-corecan be run as a Java agent.DebugAgentTestchecks that the coroutine debugger can be run as a Java agent.smokeTestbuilds the test project that depends on coroutines.
The integration-testing project is expected to be in a subdirectory of the main kotlinx.coroutines project.
To run all the available tests: cd integration-testing + ./gradlew check.