-style fix
[oweals/gnunet.git] / src / core / Makefile.am
index e0c34f54c6be065acd9cf5fdff234581b8ebd3d3..9a68925b29257d79bda30ed30b37b2427d84feed 100644 (file)
@@ -60,7 +60,7 @@ gnunet_core_DEPENDENCIES = \
   libgnunetcore.la
 
 if HAVE_TESTING
-  TESTING_TESTS = test_core_api_send_to_self
+  TESTING_TESTS = test_core_api_send_to_self test_core_api_mq
 endif
 
 check_PROGRAMS = \
@@ -98,6 +98,14 @@ test_core_api_send_to_self_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
+test_core_api_mq_SOURCES = \
+ test_core_api_mq.c
+test_core_api_mq_LDADD = \
+ $(top_builddir)/src/core/libgnunetcore.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/transport/libgnunettransport.la \
+ $(top_builddir)/src/util/libgnunetutil.la
+
 test_core_api_start_only_SOURCES = \
  test_core_api_start_only.c
 test_core_api_start_only_LDADD = \