mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix tuples::tuple_element, tuples::tuple_cat
add test tuple
This commit is contained in:
parent
d75283355c
commit
cb803dbd14
10 changed files with 323 additions and 92 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/tuple/test/tuple.cpp"
|
||||
#include "../libs/optional/test/optional.cpp"
|
||||
#include "../libs/algorithm/test/algorithm.cpp"
|
||||
#include "../libs/random/test/random.cpp"
|
||||
|
@ -22,6 +23,7 @@ namespace testspr {
|
|||
testspr::array_test();
|
||||
testspr::string_test();
|
||||
testspr::bitset_test();
|
||||
testspr::tuple_test();
|
||||
testspr::optional_test();
|
||||
testspr::algorithm_test();
|
||||
testspr::random_test();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue