From f470edc6c4007b7def1320b9ee93b3c6d424367c Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 6 Jan 2016 14:24:51 +0100 Subject: [PATCH] Do not run the Python tests when --disable-python. * tests/Makefile.am (TESTS_python): Define conditionally. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6aecc1713..aa1b4e9fd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -271,6 +271,7 @@ TESTS_twa = \ ############################## PYTHON ############################## +if USE_PYTHON TESTS_python = \ python/acc_cond.ipynb \ python/accparse.ipynb \ @@ -299,6 +300,7 @@ TESTS_python = \ python/satmin.py \ python/setxor.py \ python/testingaut.ipynb +endif SUFFIXES = .ipynb .html .ipynb.html: