aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-03 11:03:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-03 11:03:43 +0000
commita90baf6317900f4ead18168a01da20033adfeb77 (patch)
tree480afd54eecc85f7c75d741da1882df39b0f606a /src/set/Makefile.am
parent68403fa780bf94ace2ebc13c2c09463cbbc0b57c (diff)
downloadgnunet-a90baf6317900f4ead18168a01da20033adfeb77.tar.gz
gnunet-a90baf6317900f4ead18168a01da20033adfeb77.zip
-there is no test_mq here
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 13278b05c..71e71c867 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -57,7 +57,7 @@ libgnunetset_la_LDFLAGS = \
57 $(GN_LIB_LDFLAGS) 57 $(GN_LIB_LDFLAGS)
58 58
59check_PROGRAMS = \ 59check_PROGRAMS = \
60 test_set_api test_mq test_mq_client 60 test_set_api
61 61
62if ENABLE_TEST_RUN 62if ENABLE_TEST_RUN
63TESTS = $(check_PROGRAMS) 63TESTS = $(check_PROGRAMS)