tests: Add a simple liveness tests for qemu.
[libguestfs.git] / tests / qemu / Makefile.am
index 402921f..f2bdeb2 100644 (file)
@@ -22,6 +22,7 @@
 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)