From 7bbd39e0da04cee932f4afe6a4c85ebb78f39a81 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Oct 2017 20:02:28 +0300 Subject: Add configure options for build with system catch and doctest. --- src/unittests/unittests.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/unittests') diff --git a/src/unittests/unittests.h b/src/unittests/unittests.h index 672b2ca54..b0077cd70 100644 --- a/src/unittests/unittests.h +++ b/src/unittests/unittests.h @@ -24,7 +24,11 @@ #include "localconsts.h" #ifdef UNITTESTS_CATCH +#ifdef UNITTESTS_EMBED #include "unittests/catch.hpp" +#else // UNITTESTS_EMBED +#include +#endif // UNITTESTS_EMBED #endif // UNITTESTS_CATCH #ifdef UNITTESTS_DOCTEST @@ -41,7 +45,11 @@ PRAGMA5(GCC diagnostic push) PRAGMA5(GCC diagnostic ignored "-Wsuggest-override") +#ifdef UNITTESTS_EMBED #include "unittests/doctest.h" +#else // UNITTESTS_EMBED +#include +#endif // UNITTESTS_EMBED PRAGMA5(GCC diagnostic pop) #undef TEST_CASE -- cgit v1.2.3-70-g09d2