X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tests%2Fqemu%2FMakefile.am;h=f2bdeb2424aa103bed8eaa935ce7b7e76b6aed20;hb=da13c1c0e6980f4838090be9e775b4d5c35662b7;hp=fb95a747dee22e9501a38316db6f2dcfc9fb53a2;hpb=72f5487be2df82277021d61f01884381ed9efbc5;p=libguestfs.git diff --git a/tests/qemu/Makefile.am b/tests/qemu/Makefile.am index fb95a74..f2bdeb2 100644 --- a/tests/qemu/Makefile.am +++ b/tests/qemu/Makefile.am @@ -17,12 +17,12 @@ # Safety and liveness tests of components that libguestfs depends upon # (not of libguestfs itself). Mainly this is for qemu and the kernel. -# -# See also capitests and regressions directories. +# This test is the first to run. include $(top_srcdir)/subdir-rules.mk TESTS = \ + qemu-liveness.sh \ qemu-snapshot-isolation.sh random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)