X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=869f692eace58b2d1611421daffba94b774f3421;hb=5453cf333745418a641374e19fd968519fd7de30;hp=42ec0693c4d846b74378c32487ccd4a0dc8d0503;hpb=80499c7119791248ff9ffc20f575be13fbc83534;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 42ec069..869f692 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,11 @@ EXTRA_DIST = \ tests/esx4.1/sbin/dmidecode \ tests/esx4.1/sbin/id \ tests/esx4.1/sbin/virt-what-cpuid-helper \ + tests/hyperv/proc/cpuinfo \ + tests/hyperv/proc/self/status \ + tests/hyperv/sbin/dmidecode \ + tests/hyperv/sbin/id \ + tests/hyperv/sbin/virt-what-cpuid-helper \ tests/kvm/proc/cpuinfo \ tests/kvm/proc/self/status \ tests/kvm/sbin/dmidecode \ @@ -109,6 +114,7 @@ EXTRA_DIST = \ tests/zvm/sbin/virt-what-cpuid-helper \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ + tests/test-hyperv.sh \ tests/test-kvm.sh \ tests/test-linux-vserver.sh \ tests/test-parallels-desktop.sh \ @@ -137,6 +143,7 @@ virt-what.txt: virt-what.pod TESTS = \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ + tests/test-hyperv.sh \ tests/test-kvm.sh \ tests/test-linux-vserver.sh \ tests/test-parallels-desktop.sh \