From f0a01f65d30dbf7da35808739e43256af4f1be26 Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 21 Jan 2021 02:00:26 +0100 Subject: [PATCH] update splitter tests for meson --- test/test_splitter.cpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/test/test_splitter.cpp b/test/test_splitter.cpp index 22c37a2..e1651fa 100644 --- a/test/test_splitter.cpp +++ b/test/test_splitter.cpp @@ -1,8 +1,13 @@ -#include -#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN -#include "../include/ss/splitter.hpp" -#include "doctest.h" #include +#include +#include +#include + +#ifdef CMAKE_GITHUB_CI +#include +#else +#include +#endif TEST_CASE("testing splitter with escaping") { std::vector values{"10", "he\\\"llo",