mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix variant
add test variant
This commit is contained in:
parent
cb803dbd14
commit
c5d82f6a99
5 changed files with 249 additions and 5 deletions
|
@ -11,6 +11,7 @@
|
|||
#include "../libs/bitset/test/bitset.cpp"
|
||||
#include "../libs/tuple/test/tuple.cpp"
|
||||
#include "../libs/optional/test/optional.cpp"
|
||||
#include "../libs/variant/test/variant.cpp"
|
||||
#include "../libs/algorithm/test/algorithm.cpp"
|
||||
#include "../libs/random/test/random.cpp"
|
||||
|
||||
|
@ -25,6 +26,7 @@ namespace testspr {
|
|||
testspr::bitset_test();
|
||||
testspr::tuple_test();
|
||||
testspr::optional_test();
|
||||
testspr::variant_test();
|
||||
testspr::algorithm_test();
|
||||
testspr::random_test();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue