From dffd0a4a8e99196ad27f8fde2430b09dd29cac57 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 May 2017 20:14:01 +0300 Subject: Move catch.hpp into test directory. Also replace include catch.hpp into generic unittests.h --- src/resources/dye/dye_unittest.cc | 2 +- src/resources/dye/dyepalette_unittest.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/dye') diff --git a/src/resources/dye/dye_unittest.cc b/src/resources/dye/dye_unittest.cc index b21b03016..7ea5793b6 100644 --- a/src/resources/dye/dye_unittest.cc +++ b/src/resources/dye/dye_unittest.cc @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -#include "catch.hpp" +#include "test/unittests.h" #include "client.h" #include "graphicsmanager.h" diff --git a/src/resources/dye/dyepalette_unittest.cc b/src/resources/dye/dyepalette_unittest.cc index 338e7c23d..afa3d8878 100644 --- a/src/resources/dye/dyepalette_unittest.cc +++ b/src/resources/dye/dyepalette_unittest.cc @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -#include "catch.hpp" +#include "test/unittests.h" #include "client.h" #include "configuration.h" -- cgit v1.2.3-60-g2f50