aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index c3863ab65..59a0bddc5 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -46,12 +46,14 @@ if HAVE_BENCHMARKS
46 perf_peerinfo_api 46 perf_peerinfo_api
47endif 47endif
48 48
49if HAVE_TESTING
49check_PROGRAMS = \ 50check_PROGRAMS = \
50 test_peerinfo_shipped_hellos \ 51 test_peerinfo_shipped_hellos \
51 test_peerinfo_api \ 52 test_peerinfo_api \
52 test_peerinfo_api_friend_only \ 53 test_peerinfo_api_friend_only \
53 test_peerinfo_api_notify_friend_only \ 54 test_peerinfo_api_notify_friend_only \
54 $(PEERINFO_BENCHMARKS) 55 $(PEERINFO_BENCHMARKS)
56endif
55 57
56if ENABLE_TEST_RUN 58if ENABLE_TEST_RUN
57TESTS = $(check_PROGRAMS) 59TESTS = $(check_PROGRAMS)