add splitter tests

This commit is contained in:
ado
2021-01-23 21:39:18 +01:00
parent 15f0c63643
commit 24fe96dc44
6 changed files with 403 additions and 77 deletions

View File

@@ -1,11 +1,6 @@
#include <ss/extract.hpp>
#include "test_helpers.hpp"
#include <algorithm>
#ifdef CMAKE_GITHUB_CI
#include <doctest/doctest.h>
#else
#include <doctest.h>
#endif
#include <ss/extract.hpp>
constexpr auto eps = 0.000001;
using ld = long double;