Sprout/testspr/sprout.cpp

10 lines
210 B
C++
Raw Normal View History

2011-12-23 11:59:33 +00:00
#define SPROUT_CONFIG_SUPPORT_TEMPORARY_CONTAINER_ITERATION
#include <iostream>
#include <testspr/sprout.hpp>
int main() {
testspr::sprout_test();
std::cout << "testspr succeeded." << std::endl;
}