1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Files
okhttp/native-image-tests
Jesse Wilson d9a65a85c5 Switch to Vanniktech for Maven publishing (#6929)
* Switch to Vanniktech for Maven publishing

Steal configuration from Okio, which already works nicely.

* Update mockwebserver-junit5/build.gradle.kts

Co-authored-by: Benoît Quenaudon <bquenaudon@squareup.com>

Co-authored-by: Benoît Quenaudon <bquenaudon@squareup.com>
2021-11-26 06:58:00 -05:00
..
2021-07-28 15:56:04 +03: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