From b6e0552ee5359da785bd1c08cadf022190e98720 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sat, 21 Jan 2012 22:56:51 +0100 Subject: Do not run appliance-related checks if not building appliance --- sparsify/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sparsify/Makefile.am') diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am index e048d3fc..8d1ddc44 100644 --- a/sparsify/Makefile.am +++ b/sparsify/Makefile.am @@ -98,7 +98,9 @@ TESTS_ENVIRONMENT = \ MALLOC_PERTURB_=$(random_val) \ $(top_builddir)/run +if ENABLE_APPLIANCE TESTS = test-virt-sparsify.sh +endif ENABLE_APPLIANCE # Dependencies. depend: .depend -- cgit