summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-02-12 12:35:26 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-02-13 15:12:52 +0000
commit68ce3b9db24b797022e011c375cf245cd7b6e732 (patch)
treeb1804f09d3f85a46f2a5b6970539fb5cb7c9a7ec
parent071806dbca6c9505585943a18a07f3655a9fe7f6 (diff)
downloadlibguestfs-68ce3b9db24b797022e011c375cf245cd7b6e732.tar.gz
libguestfs-68ce3b9db24b797022e011c375cf245cd7b6e732.tar.xz
libguestfs-68ce3b9db24b797022e011c375cf245cd7b6e732.zip
Do not run test-virt-format.sh if appliance has not been built
(cherry picked from commit c8a11468c4dc761acdcb9b184d345bafe1b5114d)
-rw-r--r--format/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/format/Makefile.am b/format/Makefile.am
index 0d1b28ea..1dc8f149 100644
--- a/format/Makefile.am
+++ b/format/Makefile.am
@@ -74,4 +74,6 @@ TESTS_ENVIRONMENT = \
MALLOC_PERTURB_=$(random_val) \
$(top_builddir)/run
+if ENABLE_APPLIANCE
TESTS = test-virt-format.sh
+endif ENABLE_APPLIANCE