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