mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
testspr テスト追加
This commit is contained in:
parent
240c2bee1d
commit
7479f20c46
72 changed files with 6810 additions and 0 deletions
9
testspr/sprout.cpp
Normal file
9
testspr/sprout.cpp
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue