diff options
author | 2018-03-17 16:57:25 +0300 | |
---|---|---|
committer | 2018-03-17 16:57:25 +0300 | |
commit | c17a8fd8831e3b5c1ab242b8d9261b59ff685510 (patch) | |
tree | 7a052b6ac91db119b36904665b90f98956f0f536 /test/utils.cpp | |
parent | 1ef46f19428ec9cb0c8cb73f82239cfb592d83d5 (diff) | |
download | newsboat-c17a8fd8831e3b5c1ab242b8d9261b59ff685510.tar.gz newsboat-c17a8fd8831e3b5c1ab242b8d9261b59ff685510.tar.zst newsboat-c17a8fd8831e3b5c1ab242b8d9261b59ff685510.zip |
Move json and catch to 3rd-party/
Diffstat (limited to '')
-rw-r--r-- | test/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() |