1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Files
okhttp/native-image-tests
Jesse Wilson a228fd64cc Reformat with Spotless (#8180)
* Enable spotless

* Run spotlessApply

* Fixup trimMargin

* Re-run spotlessApply
2024-01-07 20:13:22 -05:00
..
2024-01-07 20:13:22 -05:00
2020-10-31 08:12:20 -04:00

Native Image Tests

This executes OkHttp's test suite inside a Graalvm image.

Build the Native Image

Compile the classes and metadata into a Graalvm native image.

./gradlew --info native-image-tests:nativeImage

Execute

The native image runs JUnit 5 tests in the project.

./native-image-tests/build/graal/ConsoleLauncher