BIND 10 trac744, updated. 2b521f9674a0d9aea7fb06d71b008e64c40922aa [trac744] Explicitly specify libraries in line to get tests to run
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 11 10:54:48 UTC 2011
The branch, trac744 has been updated
via 2b521f9674a0d9aea7fb06d71b008e64c40922aa (commit)
from 8d9debda3a88cb20d19d23dbdfe106b3132a4ead (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 2b521f9674a0d9aea7fb06d71b008e64c40922aa
Author: Stephen Morris <stephen at isc.org>
Date: Wed May 11 11:53:18 2011 +0100
[trac744] Explicitly specify libraries in line to get tests to run
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/Makefile.am b/src/lib/datasrc/tests/Makefile.am
index ff34e2e..ad4374a 100644
--- a/src/lib/datasrc/tests/Makefile.am
+++ b/src/lib/datasrc/tests/Makefile.am
@@ -32,8 +32,12 @@ run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)
run_unittests_LDADD = $(GTEST_LDADD)
run_unittests_LDADD += $(SQLITE_LIBS)
-run_unittests_LDADD += $(top_builddir)/src/lib/testutils/libtestutils.la
run_unittests_LDADD += $(top_builddir)/src/lib/datasrc/libdatasrc.la
+run_unittests_LDADD += $(top_builddir)/src/lib/dns/libdns++.la
+run_unittests_LDADD += $(top_builddir)/src/lib/log/liblog.la
+run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
+run_unittests_LDADD += $(top_builddir)/src/lib/cc/libcc.la
+run_unittests_LDADD += $(top_builddir)/src/lib/testutils/libtestutils.la
endif
noinst_PROGRAMS = $(TESTS)
More information about the bind10-changes
mailing list