#ifndef TESTSPR_SPROUT_HPP #define TESTSPR_SPROUT_HPP #include #include #include #include namespace testspr { static void sprout_test() { testspr::array_test(); testspr::string_test(); testspr::algorithm_test(); testspr::random_test(); } } // namespace testspr #endif // #ifndef TESTSPR_SPROUT_HPP