scalameta / sbt-native-image

Plugin to generate native-image binaries with sbt
248 stars 22 forks source link

Add nativeTest task #50

Open tewecske opened 2 years ago

tewecske commented 2 years ago

Could you please add a nativeTest task?

There is one in the gradle native plugin. Is it possible to have this feature in this plugin as well?

https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html#testing-support https://medium.com/graalvm/gradle-and-maven-plugins-for-native-image-with-initial-junit-testing-support-dde00a8caf0b https://github.com/graalvm/native-build-tools

bilal-fazlani commented 2 years ago

👍🏽 This would be very useful