Files
meta.hpp/develop/untests/meta_headers/uresult_tests.cpp
2023-07-20 22:01:06 +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-2023, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#if defined(META_HPP_HEADERS_BUILD)
# include <meta.hpp/meta_uresult.hpp>
#else
# include <meta.hpp/meta_all.hpp>
#endif
#include <doctest/doctest.h>
TEST_CASE("meta/meta_headers/uresult") {
}