BIND 10 trac494, updated. 640640363d2a29cc0f4ab8151ca5c02dc9f7c361 [trac494] forgot to add the makefile

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 1 17:05:07 UTC 2011


The branch, trac494 has been updated
       via  640640363d2a29cc0f4ab8151ca5c02dc9f7c361 (commit)
      from  b7c5f0703226ea1f68af4802e4b410cc42e98144 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 640640363d2a29cc0f4ab8151ca5c02dc9f7c361
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Feb 1 18:04:28 2011 +0100

    [trac494] forgot to add the makefile

-----------------------------------------------------------------------

Summary of changes:
 src/lib/{exceptions => resolve}/tests/Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
 copy src/lib/{exceptions => resolve}/tests/Makefile.am (68%)

-----------------------------------------------------------------------
diff --git a/src/lib/resolve/tests/Makefile.am b/src/lib/resolve/tests/Makefile.am
new file mode 100644
index 0000000..aae85d6
--- /dev/null
+++ b/src/lib/resolve/tests/Makefile.am
@@ -0,0 +1,23 @@
+AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
+AM_CPPFLAGS += $(BOOST_INCLUDES)
+AM_CPPFLAGS += -I$(top_srcdir)/src/lib/dns -I$(top_builddir)/src/lib/dns
+
+if USE_STATIC_LINK
+AM_LDFLAGS = -static
+endif
+
+CLEANFILES = *.gcno *.gcda
+
+TESTS =
+if HAVE_GTEST
+TESTS += run_unittests
+run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
+run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)
+run_unittests_SOURCES = run_unittests.cc
+
+run_unittests_LDADD = $(GTEST_LDADD)
+run_unittests_LDADD +=  $(top_builddir)/src/lib/resolve/libresolve.la
+
+endif
+
+noinst_PROGRAMS = $(TESTS)




More information about the bind10-changes mailing list