From e3dca1bf40ac8d8a884c261045ad1e9cade49a15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Jul 2010 12:00:34 +0000 Subject: fixes to build --- src/peerinfo/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/peerinfo') 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 = \ check_PROGRAMS = \ test_peerinfo_api -TESTS = $(check_PROGRAMS) # $(check_SCRIPTS) +if !DISABLE_TEST_RUN +TESTS = $(check_PROGRAMS) +endif test_peerinfo_api_SOURCES = \ test_peerinfo_api.c -- cgit v1.2.3