From 71dfc70794c64c7eadcc8083cd2ddfb6fda0726d Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 11 Oct 2022 14:13:09 +0100 Subject: Remove conflicting REQUIRE definition in unit tests * undef reference_model def to allow doctest def Signed-off-by: James Ward Change-Id: I143a7d57344dd3c19248c30ced1aca1d770d47a3 --- reference_model/test/model_runner_tests.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'reference_model') diff --git a/reference_model/test/model_runner_tests.cpp b/reference_model/test/model_runner_tests.cpp index cc295d9..8304bc7 100644 --- a/reference_model/test/model_runner_tests.cpp +++ b/reference_model/test/model_runner_tests.cpp @@ -20,6 +20,9 @@ #include "model_runner.h" #include "general_utils.h" +// Remove conflicting REQUIRE definition between doctest and reference_model +#undef REQUIRE + #include "doctest.h" using namespace TosaReference; -- cgit v1.2.1