Bump base image to Redis 6.2.6 Alpine 3.15
[ric-plt/dbaas.git] / redismodule / tst / src / main.cpp
index d74c9a8..e217468 100755 (executable)
  *   limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 #include "CppUTest/CommandLineTestRunner.h"
 
 extern "C" {
@@ -22,5 +27,6 @@ extern "C" {
 
 int main(int ac, char** av)
 {
-   return CommandLineTestRunner::RunAllTests(ac, av);
-}
\ No newline at end of file
+    MemoryLeakWarningPlugin::turnOffNewDeleteOverloads();
+    return CommandLineTestRunner::RunAllTests(ac, av);
+}