How is the testing handled with the linuxArm32Hfp target on a Linux host alongside other Linux targets? Only binaries can be run on the linuxX64 target which covers Unit testing but the same can't be done with the linuxArm32Hfp target on a Linux X64 host, yet Gradle test tasks exist for the target 🤔.
The projects using the linuxArm32Hfp target are hosted on GitLab which has its own CI system.
a
Arkadii Ivanov
04/21/2021, 8:02 AM
I would try to apply the same idea: to produce a test binary and to run it on an emulator
👍 1
n
napperley
04/21/2021, 11:26 PM
Had a crazy idea. Develop a test program the runs on the linuxX64 target, which uses a Robot CLI type library that tests the linuxArm32Hfp binary (via SSH and pipes) that is running on a real ARM device (eg Rpi).