Files
meta.hpp/develop/untests/meta_headers/details_tests.cpp
BlackMATov eb8857d56d Happy New Year! 🥳
2025-01-17 19:33:53 +07:00

17 lines
581 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-2025, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#if defined(META_HPP_HEADERS_BUILD)
# include <meta.hpp/meta_details.hpp>
#else
# include <meta.hpp/meta_all.hpp>
#endif
#include <doctest/doctest.h>
TEST_CASE("meta/meta_headers/details") {
}