To run the tests on a ARMv8 machine with four cores or more:
Prerequisites: qemu with kvm support, kvm-litmus-tests (https://gitlab.com/kvm-unit-tests/kvm-unit-tests) and gcc.
Unpack selected archive (say noamo-compiled.tgz) as a subdirectory of kvm-litmus-tests installation directory:
% tar zxmf noamo-compiled.tgz
% ( cd noamo-compiled && make -j 4 )
% sh noamo-compiled/run.sh -s 5k -r 200
Other possible options -s 500 -r 2k, -s 50k -r 20 etc.