mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-18 15:24:11 +00:00
add libs/bitset/test/bitset.cpp
This commit is contained in:
parent
c091f0ef0c
commit
1d92a48584
3 changed files with 223 additions and 14 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "../libs/array/test/array.cpp"
|
||||
#include "../libs/string/test/string.cpp"
|
||||
#include "../libs/bitset/test/bitset.cpp"
|
||||
#include "../libs/algorithm/test/algorithm.cpp"
|
||||
#include "../libs/random/test/random.cpp"
|
||||
|
||||
|
@ -19,6 +20,7 @@ namespace testspr {
|
|||
static void sprout_test() {
|
||||
testspr::array_test();
|
||||
testspr::string_test();
|
||||
testspr::bitset_test();
|
||||
testspr::algorithm_test();
|
||||
testspr::random_test();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue