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 --- python/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index b2c69e6b..2731a432 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -51,6 +51,10 @@ TESTS_ENVIRONMENT = \ TMPDIR=$(top_builddir) \ PYTHON=$(PYTHON) -TESTS = run-bindtests run-python-tests +TESTS = run-bindtests -endif +if ENABLE_APPLIANCE +TESTS += run-python-tests +endif ENABLE_APPLIANCE + +endif HAVE_PYTHON -- cgit