mirror of
https://github.com/BlackMATov/defer.hpp.git
synced 2025-12-16 14:11:13 +07:00
initial commit
This commit is contained in:
17
untests/defer_examples.cpp
Normal file
17
untests/defer_examples.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/*******************************************************************************
|
||||
* This file is part of the "https://github.com/blackmatov/defer.hpp"
|
||||
* For conditions of distribution and use, see copyright notice in LICENSE.md
|
||||
* Copyright (C) 2020, by Matvey Cherevko (blackmatov@gmail.com)
|
||||
******************************************************************************/
|
||||
|
||||
#define CATCH_CONFIG_FAST_COMPILE
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <defer.hpp/defer.hpp>
|
||||
|
||||
namespace
|
||||
{
|
||||
}
|
||||
|
||||
TEST_CASE("examples") {
|
||||
}
|
||||
Reference in New Issue
Block a user