update invoke impl and speedup unit tests compilation

This commit is contained in:
2018-12-16 13:11:36 +07:00
parent 7fd7117eb6
commit 7fd2f5f1c2
5 changed files with 265 additions and 332 deletions

9
catch_main.cpp Normal file
View File

@@ -0,0 +1,9 @@
/*******************************************************************************
* This file is part of the "https://github.com/BlackMATov/kari.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#define CATCH_CONFIG_MAIN
#define CATCH_CONFIG_FAST_COMPILE
#include "catch.hpp"