X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=24d17301ba8ee521c4486e2983dc2d190c185df3;hb=89765910064584ebaea7a9899838a2cb66740d26;hp=784d6db9bad6a84742c80f6b2556c1000d34b550;hpb=268ed1ddfb77e206b3fb6591ab71d115e71eb0d6;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 784d6db..24d1730 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ endif TESTS = \ tests/test-baremetal.sh \ + tests/test-docker.sh \ tests/test-esx4.1.sh \ tests/test-hyperv.sh \ tests/test-kvm.sh \ @@ -63,6 +64,12 @@ EXTRA_DIST = \ tests/baremetal/sbin/dmidecode \ tests/baremetal/sbin/uname \ tests/baremetal/sbin/virt-what-cpuid-helper \ + tests/docker/.dockerinit \ + tests/docker/proc/cpuinfo \ + tests/docker/proc/self/status \ + tests/docker/sbin/dmidecode \ + tests/docker/sbin/uname \ + tests/docker/sbin/virt-what-cpuid-helper \ tests/esx4.1/proc/cpuinfo \ tests/esx4.1/proc/self/status \ tests/esx4.1/sbin/dmidecode \