Sprout/testspr/sprout/algorithm.hpp
bolero-MURAKAMI 29b7bc7c06 fix testspr
2012-04-13 22:42:44 +09:00

12 lines
303 B
C++

#ifndef TESTSPR_SPROUT_ALGORITHM_HPP
#define TESTSPR_SPROUT_ALGORITHM_HPP
#include <testspr/sprout/algorithm/modifying.hpp>
namespace testspr {
static void algorithm_test() {
testspr::algorithm_modifying_test();
}
} // namespace testspr
#endif // #ifndef TESTSPR_SPROUT_ALGORITHM_HPP