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

Check task missing for new C++ plugins #993

Open ThadHouse opened 5 years ago

ThadHouse commented 5 years ago

There is no check lifestyle task generated for each binary of the new style C++ plugins, which makes it impossible to write check tasks. Check tasks are extremely useful in the native world for checking things like exported symbols, if the ordinal table is right, and many other things.