Version 1.15.15.
[libguestfs.git] / tests / qemu / Makefile.am
index fb95a74..f2bdeb2 100644 (file)
 
 # 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)