On 25 Jan 2019, at 19:46, Jordan Schidlowsky <[email protected]> wrote: > > Is there an easy or recommended way to run the libobjc2 tests when cross > compiling with cmake?
Nothing trivial. There is something in ctest that can let you define a remote environment, but I’ve never used it. That said, each one is a separate binary that exits with code 0, so just copying them all to your target and running them with a 3-line shell script should work. What’s the target? For AArch64, I did the builds and testing in QEMU and, even on my laptop, it was fast enough (not something I’d like to do regularly though!). David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
