|
From: Philippe W. <phi...@sk...> - 2014-09-22 19:25:18
|
On Mon, 2014-09-22 at 16:17 +0000, Anmol Paralkar wrote:
> Hello,
>
>
>
> Is it possible to cross compile the valgrind regression suite and then
> execute it natively?
I did not retry recently but IIRC, the below worked some weeks
ago on arm64 emulator running fedora:
make regtest on the host side
(this will fail when starting to execute the tests, just interrupt it)
copy all the valgrind directory (not only the 'install dir' to the target
on the target, do:
perl tests/vg_regtest --all
Philippe
Note that this type of question is better suited for
valgrind-developers, so it is good enough to ask it on that list.
|