speedup unit tests compilation

This commit is contained in:
2018-12-11 22:05:25 +07:00
parent ed352855a7
commit d845543433
3 changed files with 12 additions and 5 deletions

View File

@@ -4,12 +4,14 @@
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#define CATCH_CONFIG_MAIN
#define CATCH_CONFIG_FAST_COMPILE
#include "catch.hpp"
#include "promise.hpp"
namespace pr = promise_hpp;
#include <cstring>
namespace
{
struct obj_t {