summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 82b5852e..0a7cfaad 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -61,9 +61,11 @@ TESTS_ENVIRONMENT = \
MALLOC_PERTURB_=$(random_val) \
$(top_builddir)/run
+if ENABLE_APPLIANCE
TESTS = test-virt-list-filesystems.sh \
test-virt-make-fs.sh \
test-virt-tar.sh
+endif ENABLE_APPLIANCE
endif