1
0
Fork 0
Commit Graph

2 Commits

Author SHA1 Message Date
Serhii Snitsaruk b0cb297cde
Fix 64-bit integers being truncated to 32-bit in JNI 2025-10-30 22:57:53 +01:00
Fredia Huya-Kouadio 16bdc8c4f1 Add Android instrumented tests to the `app` module
This builds on the work from @dsnopek in https://github.com/dsnopek/javaclasswrapper-test, by importing the set of JavaClassWrapper tests from that repo within the Godot core repo in order to bootstrap and standardize how we write and run Android instrumented tests.
The approach used here should serve as a base to build upon to expand the set of instrumented tests used to validate the project's stability.

Co-authored-by: David Snopek <dsnopek@gmail.com>
2025-10-24 07:46:22 -07:00