aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
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/statistics
parentf91123615aafcc5fb7452d6a67945f979941cdc4 (diff)
downloadgnunet-a1eb96a45362ce38357af8cc3106f23a888c6f2c.tar.gz
gnunet-a1eb96a45362ce38357af8cc3106f23a888c6f2c.zip
-only run python tests if we have python
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index fe792127f..f149bc5f4 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -85,8 +85,10 @@ test_statistics_api_watch_zero_value_LDADD = \
85 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 85 $(top_builddir)/src/statistics/libgnunetstatistics.la \
86 $(top_builddir)/src/util/libgnunetutil.la 86 $(top_builddir)/src/util/libgnunetutil.la
87 87
88if HAVE_PYTHON
88check_SCRIPTS = \ 89check_SCRIPTS = \
89 test_gnunet_statistics.py 90 test_gnunet_statistics.py
91endif
90 92
91do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 93do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
92 94