Sprout/testspr/sprout/algorithm.hpp

13 lines
303 B
C++
Raw Normal View History

2011-12-23 11:59:33 +00:00
#ifndef TESTSPR_SPROUT_ALGORITHM_HPP
#define TESTSPR_SPROUT_ALGORITHM_HPP
2012-04-13 13:42:44 +00:00
#include <testspr/sprout/algorithm/modifying.hpp>
2011-12-23 11:59:33 +00:00
namespace testspr {
static void algorithm_test() {
2012-04-13 13:42:44 +00:00
testspr::algorithm_modifying_test();
2011-12-23 11:59:33 +00:00
}
} // namespace testspr
#endif // #ifndef TESTSPR_SPROUT_ALGORITHM_HPP