testspr テスト追加

This commit is contained in:
bolero-MURAKAMI 2011-12-23 20:59:33 +09:00
parent 240c2bee1d
commit 7479f20c46
72 changed files with 6810 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#ifndef TESTSPR_SPROUT_RANDOM_UNIFORM_SMALLINT_HPP
#define TESTSPR_SPROUT_RANDOM_UNIFORM_SMALLINT_HPP
#include <sprout/random/uniform_smallint.hpp>
#include <testspr/sprout/random/distribution_generic.hpp>
#include <testspr/tools.hpp>
namespace testspr {
void random_uniform_smallint_test() {
using namespace sprout;
testspr::random_distribution_test_generic<sprout::random::uniform_smallint<> >();
}
} // namespace testspr
#endif // #ifndef TESTSPR_SPROUT_RANDOM_UNIFORM_SMALLINT_HPP