Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
db96ce78
Commit
db96ce78
authored
May 31, 2011
by
Jeremy C. Reed
Browse files
Merge branch 'master' of
ssh://bind10.isc.org//var/bind10/git/bind10
parents
e2f1f9c4
56e8727e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/tests/Makefile.am
View file @
db96ce78
...
...
@@ -27,6 +27,10 @@ run_unittests_SOURCES += log_formatter_unittest.cc
run_unittests_CPPFLAGS
=
$(AM_CPPFLAGS)
$(GTEST_INCLUDES)
$(LOG4CPLUS_INCLUDES)
run_unittests_LDFLAGS
=
$(AM_LDFLAGS)
$(GTEST_LDFLAGS)
run_unittests_CXXFLAGS
=
$(AM_CXXFLAGS)
if
USE_CLANGPP
run_unittests_CXXFLAGS
+=
-Wno-error
=
unused-parameter
endif
run_unittests_LDADD
=
$(GTEST_LDADD)
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/log/liblog.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/unittests/libutil_unittests.la
...
...
@@ -35,6 +39,10 @@ endif
TESTS
+=
logger_support_test
logger_support_test_SOURCES
=
logger_support_test.cc
logger_support_test_CPPFLAGS
=
$(AM_CPPFLAGS)
logger_support_test_CXXFLAGS
=
$(AM_CXXFLAGS)
if
USE_CLANGPP
logger_support_test_CXXFLAGS
+=
-Wno-error
=
unused-parameter
endif
logger_support_test_LDFLAGS
=
$(AM_LDFLAGS)
logger_support_test_LDADD
=
$(top_builddir)
/src/lib/log/liblog.la
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment