mirror of
https://github.com/BlackMATov/promise.hpp.git
synced 2025-12-15 04:25:28 +07:00
doctest instead catch
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user