Files

24 lines
706 B
C++
Raw Permalink Normal View History

2024-08-08 14:38:35 +09:00
/*
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
2024-08-08 14:30:50 +09:00
/*
UnitTest for M5Utility
Each split by test_filter creates a separate binary. So they are combined by including cpp.
Note that the /optional files are not compiled directly if not set to test_filter
*/
#include "expected/assertions.cpp"
#include "expected/assignment.cpp"
#include "expected/bases.cpp"
#include "expected/constexpr.cpp"
#include "expected/constructors.cpp"
#include "expected/emplace.cpp"
#include "expected/extensions.cpp"
#include "expected/issues.cpp"
#include "expected/noexcept.cpp"
#include "expected/observers.cpp"
#include "expected/relops.cpp"
#include "expected/swap.cpp"