On Mon, 2012-05-28 at 14:30 +0100, Burton, Ross wrote:
On 28 May 2012 14:26, Andrei Gherzan <andrei@gherzan.ro> wrote:
There is an internal test suite for dbus. You can enable building those
tests in configure:
"--enable-tests"
Is there a good reason why these shouldn't be always ran when building
dbus?
Well, we're cross compiling so it depends how they're written and
whether they can run in a cross environment. We've also taken steps to
reduce our build time so if these need something like perl or python,
adding those into the dependency chain is problematic.