aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index c2449e0ea..68ed55190 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -62,8 +62,10 @@ libgnunetset_la_LIBADD = \
62libgnunetset_la_LDFLAGS = \ 62libgnunetset_la_LDFLAGS = \
63 $(GN_LIB_LDFLAGS) 63 $(GN_LIB_LDFLAGS)
64 64
65if HAVE_TESTING
65check_PROGRAMS = \ 66check_PROGRAMS = \
66 test_set_api 67 test_set_api
68endif
67 69
68if ENABLE_TEST_RUN 70if ENABLE_TEST_RUN
69TESTS = $(check_PROGRAMS) 71TESTS = $(check_PROGRAMS)