summaryrefslogtreecommitdiff
path: root/src/resources/dye
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-18 20:14:01 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-18 20:14:01 +0300
commitdffd0a4a8e99196ad27f8fde2430b09dd29cac57 (patch)
treec9e4b9401844577805731686448a33bba1f10c2d /src/resources/dye
parent7b3cf825ebf4f87cb6b1bf7c0a2107c4b2774766 (diff)
downloadplus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.tar.gz
plus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.tar.bz2
plus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.tar.xz
plus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.zip
Move catch.hpp into test directory.
Also replace include catch.hpp into generic unittests.h
Diffstat (limited to 'src/resources/dye')
-rw-r--r--src/resources/dye/dye_unittest.cc2
-rw-r--r--src/resources/dye/dyepalette_unittest.cc2
2 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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 <http://www.gnu.org/licenses/>.
*/
-#include "catch.hpp"
+#include "test/unittests.h"
#include "client.h"
#include "configuration.h"