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,9 +1,14 @@
#include <algorithm>
#include <doctest.h>
#include <filesystem>
#include <fstream>
#include <ss/parser.hpp>
#ifdef CMAKE_GITHUB_CI
#include <doctest/doctest.h>
#else
#include <doctest.h>
#endif
struct unique_file_name {
const std::string name;