We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e083cbe commit 691bd74Copy full SHA for 691bd74
README.md
@@ -61,6 +61,9 @@ The project includes both Java and C++ unit tests. You can run them using:
61
- Skip native build: `./gradlew build -Pskip-native`
62
- Skip C++ tests: `./gradlew build -Pskip-gtest`
63
64
+### Cross-JDK Testing
65
+`JAVA_TEST_HOME=<path to test JDK> ./gradlew testDebug`
66
+
67
## Development
68
69
### Code Quality
0 commit comments