update tests for github ci

This commit is contained in:
ado
2021-01-21 01:29:07 +01:00
parent 4f7cf73002
commit e49ccede35
5 changed files with 20 additions and 5 deletions

View File

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