Harvard-PRINCESS / Guppy

A very adaptable fish.
Other
1 stars 3 forks source link

add lmbench to the regression test suite #62 #66

Open mwookawa opened 7 years ago

mwookawa commented 7 years ago

porting effort of partial lmbench suite into regression testing suite for guppy

child of #62

alexpatel commented 7 years ago

Okay, I got so far as to have lmbench/hello.c (which includes the lmbench header file with all deps) to run (but not exit) on x86_64/QEMU.

../hake/hake.sh -s ../ -a x86_64  && make -j8 X86_64_Full && make qemu_x86_64
> oncore 0 x86_64/sbin/examples/xmpl-lmbench

@mwookawa given that I had to re-write all of hello-world I would guess this will require going through most of the tests by hand - are there any that are useful to have running first?