mirror of
https://github.com/red0124/ssp.git
synced 2026-01-29 22:29:54 +01:00
update tests for github ci
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user