Squashed commit of the following:
commit
582e004954e2ac17d048e8f2d586d76987bc2161
Author: Masud Hasan <mashasan@cisco.com>
Date: Tue Jul 28 18:12:01 2020 -0400
rna: Fix redefined macro warnings in between unit-test tools
#include "rna_module_mock.h"
+// To avoid warnings between catch.hpp and UtestMacros.h macro definitions,
+// since rna_module.cc has both catch and cpputest tests
+#undef CHECK
+#undef CHECK_FALSE
+#undef CHECK_THROWS
+
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTest/TestHarness.h>