1
0
mirror of https://github.com/square/okhttp.git synced 2025-12-25 00:01:02 +03:00
Files
okhttp/native-image-tests
Yuri Schimke 6e8aa12dd6 Okio Filesystem (#6500)
* Testing okio

* Working tests

* Working tests

* Working tests

* Working tests

* okio 3

* Fix dependencies

* File system

* Cleanup

* Cleanup

* Cleanup

* Cache fixes

* Cache fixes

* Review comments

* Cleanup

* Cleanup

* Build fixes
2021-02-06 08:49:05 -05:00
..
2021-01-23 16:32:16 +00:00
2021-02-06 08:49:05 -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