|
@@ -14,10 +14,13 @@
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
|
#include <util/unittests/run_all.h>
|
|
|
+#include <log/logger_support.h>
|
|
|
|
|
|
int
|
|
|
main(int argc, char* argv[]) {
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
|
|
|
|
+ isc::log::initLogger();
|
|
|
+
|
|
|
return (isc::util::unittests::run_all());
|
|
|
}
|