Skip to content
GitLab
Projects
Groups
Snippets
/
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
e9c6c3cf
Commit
e9c6c3cf
authored
Oct 14, 2011
by
Tomek Mrugalski
🛰
Browse files
[1186] Removed libdhcp_unittests on libutil_unitests.la
parent
004e1238
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/Makefile.am
View file @
e9c6c3cf
...
...
@@ -34,11 +34,9 @@ libdhcp_unittests_CXXFLAGS += -Wno-unused-variable
endif
libdhcp_unittests_LDADD
=
$(GTEST_LDADD)
libdhcp_unittests_LDADD
+=
$(top_builddir)
/src/lib/log/liblog.la
libdhcp_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/unittests/libutil_unittests.la
libdhcp_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/libutil.la
libdhcp_unittests_LDADD
+=
$(top_builddir)
/src/lib/asiolink/libasiolink.la
libdhcp_unittests_LDADD
+=
$(top_builddir)
/src/lib/exceptions/libexceptions.la
libdhcp_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/unittests/libutil_unittests.la
endif
noinst_PROGRAMS
=
$(TESTS)
src/lib/dhcp/tests/run_unittests.cc
View file @
e9c6c3cf
...
...
@@ -13,7 +13,6 @@
// PERFORMANCE OF THIS SOFTWARE.
#include
<gtest/gtest.h>
#include
<util/unittests/run_all.h>
#include
<log/logger_support.h>
...
...
@@ -21,5 +20,8 @@ int
main
(
int
argc
,
char
*
argv
[])
{
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
isc
::
log
::
initLogger
();
return
(
isc
::
util
::
unittests
::
run_all
());
int
result
=
RUN_ALL_TESTS
();
return
(
result
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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