mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add test optional
This commit is contained in:
parent
f9d8908f95
commit
5aa4cf8cbe
5 changed files with 338 additions and 13 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "../libs/array/test/array.cpp"
|
||||
#include "../libs/string/test/string.cpp"
|
||||
#include "../libs/bitset/test/bitset.cpp"
|
||||
#include "../libs/optional/test/optional.cpp"
|
||||
#include "../libs/algorithm/test/algorithm.cpp"
|
||||
#include "../libs/random/test/random.cpp"
|
||||
|
||||
|
@ -21,6 +22,7 @@ namespace testspr {
|
|||
testspr::array_test();
|
||||
testspr::string_test();
|
||||
testspr::bitset_test();
|
||||
testspr::optional_test();
|
||||
testspr::algorithm_test();
|
||||
testspr::random_test();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue