summaryrefslogtreecommitdiffstats
path: root/format
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-02-12 12:35:26 +0100
committerHilko Bengen <bengen@hilluzination.de>2012-02-12 12:35:26 +0100
commitc8a11468c4dc761acdcb9b184d345bafe1b5114d (patch)
tree1f7c39ee8fd8f0d3a636f397077480bf887e0745 /format
parent9403c5516fed43fabf5ac361eee4fbd622d54989 (diff)
downloadlibguestfs-c8a11468c4dc761acdcb9b184d345bafe1b5114d.tar.gz
libguestfs-c8a11468c4dc761acdcb9b184d345bafe1b5114d.tar.xz
libguestfs-c8a11468c4dc761acdcb9b184d345bafe1b5114d.zip
Do not run test-virt-format.sh if appliance has not been built
Diffstat (limited to 'format')
-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