X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=redismodule%2Ftst%2Fsrc%2Fmain.cpp;h=e21746868dd7b3af7006d5f5a26de8353a73c881;hb=refs%2Fchanges%2F89%2F7589%2F3;hp=d74c9a874f6d6fb079e3114c57736aaccc5949be;hpb=87fd3ca9bf5cc0949dffc44ac68f0964964bee41;p=ric-plt%2Fdbaas.git diff --git a/redismodule/tst/src/main.cpp b/redismodule/tst/src/main.cpp index d74c9a8..e217468 100755 --- a/redismodule/tst/src/main.cpp +++ b/redismodule/tst/src/main.cpp @@ -14,6 +14,11 @@ * 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); +}