diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2012-01-21 22:56:51 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-23 09:08:33 +0000 |
commit | b6e0552ee5359da785bd1c08cadf022190e98720 (patch) | |
tree | dc27506bf79b6fb19f1d6aba1fda8087306416b3 /tools | |
parent | 7004fafc6989efbbb1ef46723e8a91f936f16249 (diff) | |
download | libguestfs-b6e0552ee5359da785bd1c08cadf022190e98720.tar.gz libguestfs-b6e0552ee5359da785bd1c08cadf022190e98720.tar.xz libguestfs-b6e0552ee5359da785bd1c08cadf022190e98720.zip |
Do not run appliance-related checks if not building appliance
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
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 |