23 lines
706 B
C++
23 lines
706 B
C++
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
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"
|