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.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index c10440f92..25885a34c 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -20,5 +20,9 @@ gnunet_peerinfo_LDADD = \
20 $(top_builddir)/src/util/libgnunetutil.la 20 $(top_builddir)/src/util/libgnunetutil.la
21 21
22 22
23#check_SCRIPTS = \ 23if HAVE_PYTHON_PEXPECT
24# test_gnunet_peerinfo.sh 24check_SCRIPTS = \
25 test_gnunet_peerinfo.py
26endif
27
28TESTS = $(check_SCRIPTS)