hopefully send to self test will run on buildbots
[oweals/gnunet.git] / src / core / Makefile.am
index f4844b8eedeb0aea58a1ba1ce9d324ffbe023c1e..de49efc682153821506e4c4c828c8289fc869c8e 100644 (file)
@@ -43,7 +43,8 @@ check_PROGRAMS = \
  test_core_api_reliability \
  test_core_quota_compliance_symmetric \
  test_core_quota_compliance_asymmetric_send_limited \
- test_core_quota_compliance_asymmetric_recv_limited
+ test_core_quota_compliance_asymmetric_recv_limited \
+ test_core_api_send_to_self
 
 if !DISABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
@@ -63,6 +64,13 @@ test_core_api_reliability_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
+test_core_api_send_to_self_SOURCES = \
+ test_core_api_send_to_self.c
+test_core_api_send_to_self_LDADD = \
+ $(top_builddir)/src/core/libgnunetcore.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 = \