summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Alexander Batischev <eual.jp@gmail.com> 2018-03-17 16:57:25 +0300
committerGravatar Alexander Batischev <eual.jp@gmail.com> 2018-03-17 16:57:25 +0300
commitc17a8fd8831e3b5c1ab242b8d9261b59ff685510 (patch)
tree7a052b6ac91db119b36904665b90f98956f0f536 /test
parent1ef46f19428ec9cb0c8cb73f82239cfb592d83d5 (diff)
downloadnewsboat-c17a8fd8831e3b5c1ab242b8d9261b59ff685510.tar.gz
newsboat-c17a8fd8831e3b5c1ab242b8d9261b59ff685510.tar.zst
newsboat-c17a8fd8831e3b5c1ab242b8d9261b59ff685510.zip
Move json and catch to 3rd-party/
Diffstat (limited to '')
-rw-r--r--3rd-party/catch.hpp (renamed from test/catch.hpp)0
-rw-r--r--test/cache.cpp2
-rw-r--r--test/configcontainer.cpp2
-rw-r--r--test/configparser.cpp2
-rw-r--r--test/filterparser.cpp2
-rw-r--r--test/formatstring.cpp2
-rw-r--r--test/history.cpp2
-rw-r--r--test/htmlrenderer.cpp2
-rw-r--r--test/itemlist_formaction.cpp2
-rw-r--r--test/keymap.cpp2
-rw-r--r--test/listformatter.cpp2
-rw-r--r--test/matcher.cpp2
-rw-r--r--test/regexmanager.cpp2
-rw-r--r--test/remote_api.cpp2
-rw-r--r--test/rss.cpp2
-rw-r--r--test/strprintf.cpp2
-rw-r--r--test/tagsouppullparser.cpp2
-rw-r--r--test/test.cpp2
-rw-r--r--test/textformatter.cpp2
-rw-r--r--test/urlreader.cpp2
-rw-r--r--test/utils.cpp2
21 files changed, 20 insertions, 20 deletions
diff --git a/test/catch.hpp b/3rd-party/catch.hpp
index 081cb41d..081cb41d 100644
--- a/test/catch.hpp
+++ b/3rd-party/catch.hpp
diff --git a/test/cache.cpp b/test/cache.cpp
index 6e5b8388..eca38008 100644
--- a/test/cache.cpp
+++ b/test/cache.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include "test-helpers.h"
#include <sstream>
diff --git a/test/configcontainer.cpp b/test/configcontainer.cpp
index 8b8c0962..fa59d3ef 100644
--- a/test/configcontainer.cpp
+++ b/test/configcontainer.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <configcontainer.h>
#include <configparser.h>
diff --git a/test/configparser.cpp b/test/configparser.cpp
index 7ac27488..1ec47785 100644
--- a/test/configparser.cpp
+++ b/test/configparser.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <configparser.h>
diff --git a/test/filterparser.cpp b/test/filterparser.cpp
index 91c91273..d8b52600 100644
--- a/test/filterparser.cpp
+++ b/test/filterparser.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <FilterParser.h>
diff --git a/test/formatstring.cpp b/test/formatstring.cpp
index 6c8b89e3..41a1749d 100644
--- a/test/formatstring.cpp
+++ b/test/formatstring.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <formatstring.h>
diff --git a/test/history.cpp b/test/history.cpp
index 9dd60ec2..6a8f8f3c 100644
--- a/test/history.cpp
+++ b/test/history.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <history.h>
diff --git a/test/htmlrenderer.cpp b/test/htmlrenderer.cpp
index 5df58607..ac3c4799 100644
--- a/test/htmlrenderer.cpp
+++ b/test/htmlrenderer.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <sstream>
diff --git a/test/itemlist_formaction.cpp b/test/itemlist_formaction.cpp
index 417d834e..ae5cfee0 100644
--- a/test/itemlist_formaction.cpp
+++ b/test/itemlist_formaction.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include "test-helpers.h"
#include <cache.h>
diff --git a/test/keymap.cpp b/test/keymap.cpp
index 8f5c4a55..e91de947 100644
--- a/test/keymap.cpp
+++ b/test/keymap.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <keymap.h>
#include <exceptions.h>
diff --git a/test/listformatter.cpp b/test/listformatter.cpp
index 173c7518..0036f83c 100644
--- a/test/listformatter.cpp
+++ b/test/listformatter.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <listformatter.h>
diff --git a/test/matcher.cpp b/test/matcher.cpp
index e11dbe09..b2ad05ac 100644
--- a/test/matcher.cpp
+++ b/test/matcher.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <matcher.h>
#include <exceptions.h>
diff --git a/test/regexmanager.cpp b/test/regexmanager.cpp
index 794dc52d..064ec414 100644
--- a/test/regexmanager.cpp
+++ b/test/regexmanager.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <regexmanager.h>
#include <exceptions.h>
diff --git a/test/remote_api.cpp b/test/remote_api.cpp
index 7ae8c246..17da806d 100644
--- a/test/remote_api.cpp
+++ b/test/remote_api.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <memory>
diff --git a/test/rss.cpp b/test/rss.cpp
index 864181e2..d00342a4 100644
--- a/test/rss.cpp
+++ b/test/rss.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <rsspp.h>
#include <rsspp_internal.h>
diff --git a/test/strprintf.cpp b/test/strprintf.cpp
index b4d414b4..2bf9ca47 100644
--- a/test/strprintf.cpp
+++ b/test/strprintf.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <strprintf.h>
diff --git a/test/tagsouppullparser.cpp b/test/tagsouppullparser.cpp
index e0d1ba11..9c310abc 100644
--- a/test/tagsouppullparser.cpp
+++ b/test/tagsouppullparser.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <sstream>
diff --git a/test/test.cpp b/test/test.cpp
index 4da959b1..aa984c18 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -1,5 +1,5 @@
#define CATCH_CONFIG_RUNNER
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <logger.h>
diff --git a/test/textformatter.cpp b/test/textformatter.cpp
index 9dc03585..e03497bd 100644
--- a/test/textformatter.cpp
+++ b/test/textformatter.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <textformatter.h>
diff --git a/test/urlreader.cpp b/test/urlreader.cpp
index 54120efa..d2a39800 100644
--- a/test/urlreader.cpp
+++ b/test/urlreader.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <urlreader.h>
diff --git a/test/utils.cpp b/test/utils.cpp
index 2b6cfc48..7697961b 100644
--- a/test/utils.cpp
+++ b/test/utils.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include "3rd-party/catch.hpp"
#include <unistd.h> // chdir()