From aabe756fa2d764481c337060d27ff03c74b9e320 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Jul 2013 20:26:02 +0000 Subject: -misc bugfixes and test-fixes --- src/identity/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/identity/Makefile.am') diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index e68debbc1..060345607 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -56,7 +56,8 @@ gnunet_service_identity_DEPENDENCIES = \ if HAVE_TESTING check_PROGRAMS = \ - test_identity + test_identity \ + test_identity_defaults endif if ENABLE_TEST_RUN @@ -70,6 +71,13 @@ test_identity_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la +test_identity_defaults_SOURCES = \ + test_identity_defaults.c +test_identity_defaults_LDADD = \ + $(top_builddir)/src/identity/libgnunetidentity.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la + EXTRA_DIST = \ test_identity.conf -- cgit v1.2.3