Files
meta.hpp/untests/meta_value_tests.cpp
2021-06-30 00:23:37 +07:00

17 lines
516 B
C++

/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/meta.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2021, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#include <meta.hpp/meta_value.hpp>
#include "doctest/doctest.hpp"
namespace
{
}
TEST_CASE("meta/value") {
namespace meta = meta_hpp;
}