first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
23
libraries/M5Utility/test/expected_test.cpp
Normal file
23
libraries/M5Utility/test/expected_test.cpp
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue