$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] "cross-running" boost tests
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2012-11-22 10:51:15
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