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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index a95eafba1..31c7ab92d 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -37,7 +37,9 @@ gnunet_service_peerinfo_LDADD = \
37check_PROGRAMS = \ 37check_PROGRAMS = \
38 test_peerinfo_api 38 test_peerinfo_api
39 39
40TESTS = $(check_PROGRAMS) # $(check_SCRIPTS) 40if !DISABLE_TEST_RUN
41TESTS = $(check_PROGRAMS)
42endif
41 43
42test_peerinfo_api_SOURCES = \ 44test_peerinfo_api_SOURCES = \
43 test_peerinfo_api.c 45 test_peerinfo_api.c