|
@@ -13,6 +13,7 @@
|
|
|
// PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
|
+#include <log/logger_support.h>
|
|
|
#include <util/unittests/run_all.h>
|
|
|
|
|
|
#include <dns/tests/unittest_util.h>
|
|
@@ -22,6 +23,7 @@ main(int argc, char* argv[]) {
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
|
isc::UnitTestUtil::addDataPath(TEST_DATA_DIR);
|
|
|
isc::UnitTestUtil::addDataPath(TEST_DATA_BUILDDIR);
|
|
|
+ isc::log::initLogger();
|
|
|
|
|
|
return (isc::util::unittests::run_all());
|
|
|
}
|