1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Files
okhttp/native-image-tests/README.md
Yuri Schimke fd1b36653f Cleanup Native Image Tests (#6358)
* Base for running native image tests

* Base for running native image tests
2020-10-31 08:12:20 -04:00

24 lines
393 B
Markdown

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
```