mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 20:50:34 -06:00
Streamline test names and locations
This commit is contained in:
15
tests/scripts/sample_identity_naming.cpp
Normal file
15
tests/scripts/sample_identity_naming.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <sample_identity_naming.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
test::tab_foo tab_foo;
|
||||
tab_foo.delta = "delta";
|
||||
tab_foo._epsilon = 42;
|
||||
tab_foo.omega = 3.14;
|
||||
|
||||
test::tab_bar 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