We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7f7b3 commit e41d1f1Copy full SHA for e41d1f1
CLAUDE.md
@@ -110,4 +110,7 @@ The project uses Docker-based cross-compilation toolchains (see `docker/` direct
110
### Common Development Tasks
111
- When making changes to native code, rebuild with `make clean-native native`
112
- For Java/Scala changes, use `./sbt ~test` for continuous testing
113
-- Always test on multiple JDK versions if possible (8, 11, 17, 21)
+- Always test on multiple JDK versions if possible (8, 11, 17, 21)
114
+
115
+### Native Code Testing
116
+- Use make clean-native native for testing native code
0 commit comments