aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/Makefile.am')
-rw-r--r--src/peerinfo-tool/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index e6593752d..f4f41ffad 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -24,7 +24,9 @@ check_SCRIPTS = \
24 test_gnunet_peerinfo.py 24 test_gnunet_peerinfo.py
25endif 25endif
26 26
27if !DISABLE_TEST_RUN
27TESTS = $(check_SCRIPTS) 28TESTS = $(check_SCRIPTS)
29endif
28 30
29do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 31do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
30 32