1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00
Files
okhttp/native-image-tests
Jesse Wilson cad304afe7 Fix native image tests' build (#8811)
* Fix native image tests' build

They need friendsImplementation to test internal APIs

* Also fix the package name

---------

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-05-27 17:44:11 -04:00
..

Native Image Tests

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

Execute

The native image runs JUnit 5 tests in the project.

./gradlew -PgraalBuild=true --info native-image-tests:nativeTest