qemu-kvm: enable regression test suite

This commit is contained in:
Peter Simons 2013-02-27 14:34:42 +01:00
parent 2d375c3f5f
commit b6d0d176f2

View File

@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
ln -sv $(cd $out/bin && echo qemu-system-*) $out/bin/qemu-kvm
'';
doCheck = true;
enableParallelBuilding = true;
meta = {