aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-23 09:16:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-23 09:16:10 +0000
commit3779ffb18a1839f62e8d55139d23f262a5b66b9c (patch)
tree3bb7b7df9c5f4a08449d60fe191f29956e72fef0 /src/peerinfo-tool/Makefile.am
parent0f57c399aa3ed953cd86243d85a03590e3a3c7bb (diff)
downloadgnunet-3779ffb18a1839f62e8d55139d23f262a5b66b9c.tar.gz
gnunet-3779ffb18a1839f62e8d55139d23f262a5b66b9c.zip
testcase for gnunet-peerinfo
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)