Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests for atomicfu-gradle-plugin #340

Closed
mvicsokolova opened this issue Aug 31, 2023 · 1 comment
Closed

Integration tests for atomicfu-gradle-plugin #340

mvicsokolova opened this issue Aug 31, 2023 · 1 comment
Assignees
Labels

Comments

@mvicsokolova
Copy link
Collaborator

mvicsokolova commented Aug 31, 2023

Add integration tests as a separate build step, that will apply the locally published kotlinx.atomicfu to the test projects with different configurations:

  • w/wo JVM IR / JVM bytecode
  • w/wo Native IR
  • w/wo JS IR

They should check:

  • no references to kotlinx.atomicfu are left in case of enabled tranformations
  • dependencies in compile/runtime classpath of the project

The current atomicfu-gradle-plugin tests only apply the current version of AtomicfuGradlePlugin, but do not publish the library locally.

@mvicsokolova
Copy link
Collaborator Author

Integration tests were introduced. Further enhancements are described here: #362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant