X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcore%2FMakefile.am;h=de49efc682153821506e4c4c828c8289fc869c8e;hb=3bb064f4d3259505efabf867750c03aa30370fb0;hp=f4844b8eedeb0aea58a1ba1ce9d324ffbe023c1e;hpb=234c5620c91fe8cb82a7e9f90df9caa9d3e9a6c4;p=oweals%2Fgnunet.git diff --git a/src/core/Makefile.am b/src/core/Makefile.am index f4844b8ee..de49efc68 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -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 = \