X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=869f692eace58b2d1611421daffba94b774f3421;hb=f35ca0a2a15caaf7b49cb6b89e4f16cba0883c34;hp=3b94e2f98d770ccb18af4077912947c45f88ccf4;hpb=32e195d1309e7060ba7ed9aa20f26bcbc4635c5a;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 3b94e2f..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 \ @@ -118,7 +124,7 @@ EXTRA_DIST = \ tests/test-rhel5-xen-domU-pv.sh \ tests/test-zvm.sh -CLEANFILES = virt-what.1 virt-what.txt +CLEANFILES = virt-what virt-what.1 virt-what.txt AM_CPPFLAGS = -Wall @@ -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 \