Files
meta.hpp/untests/meta_untests.cpp
2022-02-05 05:56:22 +07:00

12 lines
461 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_untests.hpp"
TEST_CASE("meta_hpp") {
namespace meta = meta_hpp;
}