gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Unit testing support for architecture variants #917

Closed ghale closed 5 years ago

ghale commented 5 years ago

Split off from #777

big-guy commented 5 years ago

What are the defaults for a unit test component WRT architecture and the main component has architecture specified?

specified for both?

different/incompatible architectures between test component and main component.

we can mostly assume happy path case.

ghale commented 5 years ago

Some comments on test coverage: https://github.com/gradle/gradle/pull/7545#discussion_r229186454 https://github.com/gradle/gradle/pull/7545#discussion_r229186673

ghale commented 5 years ago

PR for fixing native unit tests on Xcode 10: https://github.com/gradle/gradle/pull/7956

PR for adding architecture support for unit tests: https://github.com/gradle/gradle/pull/7960