X-Git-Url: http://git.annexia.org/?p=virt-what.git;a=blobdiff_plain;f=Makefile.am;h=038a1511c4f4bff3c40226ce6bf179375ae252ca;hp=5cdb94331ece6acebe86c23cb87a52fd03efafa3;hb=dc0c2972e178a6de9ee87501acca54447ea9c699;hpb=dc32228184622b28f412f527c0f353347db029b8 diff --git a/Makefile.am b/Makefile.am index 5cdb943..038a151 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ TESTS = \ tests/test-kvm.sh \ tests/test-kvm-explicit-cpu.sh \ tests/test-linux-vserver.sh \ + tests/test-ldoms.sh \ tests/test-lkvm.sh \ tests/test-lkvm-arm.sh \ tests/test-lxc.sh \ @@ -103,6 +104,8 @@ EXTRA_DIST = \ tests/kvm-explicit-cpu/sbin/dmidecode \ tests/kvm-explicit-cpu/sbin/uname \ tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \ + tests/ldoms/dev/mdesc \ + tests/ldoms/proc/cpuinfo \ tests/linux-vserver/proc/cpuinfo \ tests/linux-vserver/proc/self/status \ tests/linux-vserver/sbin/dmidecode \