diff options
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r-- | src/peerinfo/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index e61e5a13d..cdab22a9d 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -48,14 +48,12 @@ if HAVE_BENCHMARKS perf_peerinfo_api 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 if ENABLE_TEST_RUN |