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

9
testspr/sprout.cpp Normal file
View file

@ -0,0 +1,9 @@
#define SPROUT_CONFIG_SUPPORT_TEMPORARY_CONTAINER_ITERATION
#include <iostream>
#include <testspr/sprout.hpp>
int main() {
testspr::sprout_test();
std::cout << "testspr succeeded." << std::endl;
}