aboutsummaryrefslogtreecommitdiff
path: root/src/arm/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-25 07:14:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-25 07:14:46 +0000
commita1eb96a45362ce38357af8cc3106f23a888c6f2c (patch)
tree92ce365e248d32cd8ee23a722bc1dd37733b4ae1 /src/arm/Makefile.am
parentf91123615aafcc5fb7452d6a67945f979941cdc4 (diff)
downloadgnunet-a1eb96a45362ce38357af8cc3106f23a888c6f2c.tar.gz
gnunet-a1eb96a45362ce38357af8cc3106f23a888c6f2c.zip
-only run python tests if we have python
Diffstat (limited to 'src/arm/Makefile.am')
-rw-r--r--src/arm/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index dcc0f125f..f5f53a368 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -64,8 +64,10 @@ check_PROGRAMS = \
64 test_exponential_backoff \ 64 test_exponential_backoff \
65 test_gnunet_service_arm 65 test_gnunet_service_arm
66 66
67if HAVE_PYTHON
67check_SCRIPTS = \ 68check_SCRIPTS = \
68 test_gnunet_arm.py 69 test_gnunet_arm.py
70endif
69 71
70if ENABLE_TEST_RUN 72if ENABLE_TEST_RUN
71TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 73TESTS = $(check_PROGRAMS) $(check_SCRIPTS)