mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
update tests for github ci
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#include <algorithm>
|
||||
#include <doctest.h>
|
||||
#include <ss/converter.hpp>
|
||||
|
||||
#ifdef CMAKE_GITHUB_CI
|
||||
#include <doctest/doctest.h>
|
||||
#else
|
||||
#include <doctest.h>
|
||||
#endif
|
||||
|
||||
TEST_CASE("testing split") {
|
||||
ss::converter c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user