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

Add native_image_test rule #90

Open
Tracked by #24
sgammon opened this issue Sep 2, 2023 · 1 comment
Open
Tracked by #24

Add native_image_test rule #90

sgammon opened this issue Sep 2, 2023 · 1 comment
Labels
feature Mainline feature work good first issue Good for newcomers native-image Features and issues relating to the Native Image tool
Milestone

Comments

@sgammon
Copy link
Owner

sgammon commented Sep 2, 2023

We should add a rule which matches functionality in the Gradle and Maven plugins for building test binaries with native-image. The behavior is not that different from the standard rule:

  • We'll need to have reflection agent support
  • We'll need to pass flags if we want test discovery to work (i.e. JUnit), and we do
  • Coverage tooling should be instrumented as directed by Bazel, ideally with unified reporting
  • Maybe this factors into plans for PGO
@sgammon sgammon added feature Mainline feature work native-image Features and issues relating to the Native Image tool labels Sep 2, 2023
@sgammon sgammon added this to the 1.0.0 milestone Sep 2, 2023
@sgammon sgammon added the good first issue Good for newcomers label Sep 2, 2023
@sgammon sgammon mentioned this issue Sep 2, 2023
22 tasks
@sgammon
Copy link
Owner Author

sgammon commented Jan 14, 2024

relates to #220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Mainline feature work good first issue Good for newcomers native-image Features and issues relating to the Native Image tool
Projects
Development

No branches or pull requests

1 participant