aboutsummaryrefslogtreecommitdiff
path: root/src/upnp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/upnp/Makefile.am')
-rw-r--r--src/upnp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/upnp/Makefile.am b/src/upnp/Makefile.am
index 02a2b139d..83ccf5b46 100644
--- a/src/upnp/Makefile.am
+++ b/src/upnp/Makefile.am
@@ -44,10 +44,12 @@ gnunet_service_upnp_LDADD = \
44 $(GN_LIBINTL) 44 $(GN_LIBINTL)
45 45
46 46
47check_PROGRAMS = \ 47check_PROGRAMS = \
48 test_upnp 48 test_upnp
49 49
50if !DISABLE_TEST_RUN
50TESTS = $(check_PROGRAMS) 51TESTS = $(check_PROGRAMS)
52endif
51 53
52test_upnp_SOURCES = \ 54test_upnp_SOURCES = \
53 test_upnp.c 55 test_upnp.c