add test optional

This commit is contained in:
bolero-MURAKAMI 2012-10-27 15:37:39 +09:00
parent f9d8908f95
commit 5aa4cf8cbe
5 changed files with 338 additions and 13 deletions

View file

@ -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();
}