IFEM 90A354
Catch2Support.h
Go to the documentation of this file.
1// $Id$
2//==============================================================================
12//==============================================================================
13
14#ifndef CATCH2_SUPPORT_H_
15#define CATCH2_SUPPORT_H_
16
17#if CATCH2_VERSION_MAJOR > 2
18#include <catch2/generators/catch_generators.hpp>
19#include <catch2/generators/catch_generators_range.hpp>
20#include <catch2/matchers/catch_matchers_floating_point.hpp>
21#include <catch2/catch_test_macros.hpp>
22#include <catch2/catch_template_test_macros.hpp>
23#else
24#include <catch2/catch.hpp>
25#endif
26
27using Catch::Matchers::WithinAbs;
28using Catch::Matchers::WithinRel;
29
30#endif