unplugged-system/external/kotlinx.coroutines/integration-testing
2025-10-06 13:59:42 +00:00
..
gradle/wrapper Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
smokeTest Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
src Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
build.gradle Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gradle.properties Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gradlew Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gradlew.bat Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
settings.gradle Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Integration tests

This is a supplementary project that provides integration tests.

The tests are the following:

  • MavenPublicationValidator depends on the published artifacts and tests artifacts binary content and absence of atomicfu in the classpath.
  • CoreAgentTest checks that kotlinx-coroutines-core can be run as a Java agent.
  • DebugAgentTest checks that the coroutine debugger can be run as a Java agent.
  • smokeTest builds 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.