aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-02 14:39:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-02 14:39:23 +0000
commit2438c97cbbe2411bc5dd7c2d33f1adda284c4e2d (patch)
tree7fc78d61ae1a201584dd2df6906986e1fdbbba04 /src/peerinfo
parent1a4f73873bfa7eabccb76ef3657d2225f755fd04 (diff)
downloadgnunet-2438c97cbbe2411bc5dd7c2d33f1adda284c4e2d.tar.gz
gnunet-2438c97cbbe2411bc5dd7c2d33f1adda284c4e2d.zip
-removing dead options
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 59a0bddc5..06e570a43 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -48,12 +48,13 @@ endif
48 48
49if HAVE_TESTING 49if HAVE_TESTING
50check_PROGRAMS = \ 50check_PROGRAMS = \
51 test_peerinfo_shipped_hellos \
52 test_peerinfo_api \ 51 test_peerinfo_api \
53 test_peerinfo_api_friend_only \ 52 test_peerinfo_api_friend_only \
54 test_peerinfo_api_notify_friend_only \ 53 test_peerinfo_api_notify_friend_only \
55 $(PEERINFO_BENCHMARKS) 54 $(PEERINFO_BENCHMARKS)
56endif 55endif
56# test_peerinfo_shipped_hellos
57
57 58
58if ENABLE_TEST_RUN 59if ENABLE_TEST_RUN
59TESTS = $(check_PROGRAMS) 60TESTS = $(check_PROGRAMS)