mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add test: cstring
This commit is contained in:
parent
b51b14efa9
commit
d1379ff155
14 changed files with 478 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "../libs/variant/test/variant.cpp"
|
||||
#include "../libs/algorithm/test/algorithm.cpp"
|
||||
#include "../libs/random/test/random.cpp"
|
||||
#include "../libs/cstring/test/cstring.cpp"
|
||||
|
||||
#ifdef TESTSPR_CPP_INCLUDE_DISABLE_TESTSPR_SPROUT_HPP
|
||||
# undef TESTSPR_CPP_INCLUDE
|
||||
|
@ -29,6 +30,7 @@ namespace testspr {
|
|||
testspr::variant_test();
|
||||
testspr::algorithm_test();
|
||||
testspr::random_test();
|
||||
testspr::cstring_test();
|
||||
}
|
||||
} // namespace testspr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue