doctest instead catch

This commit is contained in:
BlackMATov
2021-01-12 03:14:41 +07:00
parent 08f5e9ad9f
commit 47a67e08dc
8 changed files with 6320 additions and 82 deletions

View File

@@ -4,14 +4,13 @@
* Copyright (C) 2018-2021, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#define CATCH_CONFIG_FAST_COMPILE
#include <catch2/catch.hpp>
#include <promise.hpp/scheduler.hpp>
#include "doctest/doctest.h"
#include <thread>
#include <numeric>
#include <cstring>
#include <promise.hpp/scheduler.hpp>
namespace sd = scheduler_hpp;
TEST_CASE("scheduler") {