$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Volunteers needed to run regression test reporting
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2014-01-18 06:19:44
2014/1/18 Tim Blechmann <tim_at_[hidden]>
> > We can mitigate that by having several people running the reports. I've
> > written some docs, so it shouldn't be too hard, although right now it
> does
> > require a *nix-like system. I've been running them on a Windows host
> using
> > a VirtualBox virtual Ubuntu system, and have found it to be easy.
>
> i wonder: has anyone ever tried to integrate the boost regression tests
> with a cross-compiler and/or qemu? some years ago, i've tested some
> altivec/neon code on x86_64 hardware by running my redirecting ctest to
> call the binaries via qemu.
>
I run regression tests on Windows, cross compiling tests to Android (ARM)
and running the tests on Android emulator (quemu).
You may see some info at https://github.com/apolukhin/regression_android
-- Best regards, Antony Polukhin