|
@@ -13,9 +13,11 @@
|
|
// PERFORMANCE OF THIS SOFTWARE.
|
|
// PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <gtest/gtest.h>
|
|
|
|
+#include <util/unittests/run_all.h>
|
|
|
|
|
|
int
|
|
int
|
|
main(int argc, char* argv[]) {
|
|
main(int argc, char* argv[]) {
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
- return (RUN_ALL_TESTS());
|
|
|
|
|
|
+
|
|
|
|
+ return (isc::util::unittests::run_all());
|
|
}
|
|
}
|