diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-07-02 14:39:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-07-02 14:39:23 +0000 |
commit | 2438c97cbbe2411bc5dd7c2d33f1adda284c4e2d (patch) | |
tree | 7fc78d61ae1a201584dd2df6906986e1fdbbba04 /src/peerinfo/Makefile.am | |
parent | 1a4f73873bfa7eabccb76ef3657d2225f755fd04 (diff) |
-removing dead options
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r-- | src/peerinfo/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 59a0bddc51..06e570a432 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -48,12 +48,13 @@ endif if HAVE_TESTING check_PROGRAMS = \ - test_peerinfo_shipped_hellos \ test_peerinfo_api \ test_peerinfo_api_friend_only \ test_peerinfo_api_notify_friend_only \ $(PEERINFO_BENCHMARKS) endif +# test_peerinfo_shipped_hellos + if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) |