I've managed to cross-compile boost for BlackBerry10 devices. (Side-note: there is very little docs on cross compiling)
Now, how would I go about "cross-running" the boost tests?
In particular, can I hook into the unit-test and/or run rules of Boost.Build? Given a command line, I can load and run it on device and then retrieve the results, I just need to know where to hook in.
Tony