mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-10 23:20:42 -06:00
Streamline test names and locations
This commit is contained in:
15
tests/scripts/sample.cpp
Normal file
15
tests/scripts/sample.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <sample.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
test::TabFoo tab_foo;
|
||||
tab_foo.delta = "delta";
|
||||
tab_foo.Epsilon = 42;
|
||||
tab_foo.omega = 3.14;
|
||||
|
||||
test::TabBar tab_bar;
|
||||
tab_bar.alpha = 42;
|
||||
tab_bar.beta = "beta";
|
||||
tab_bar.gamma = true;
|
||||
tab_bar.delta = 42;
|
||||
}
|
||||
Reference in New Issue
Block a user