mirror of
https://github.com/red0124/ssp.git
synced 2025-12-16 06:39:55 +01:00
add splitter tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user