macro_rules! bind_test_suite {
() => { ... };
($suite:ty) => { ... };
($entrypoint:ident) => { ... };
(@default_entrypoint, $suite:ty) => { ... };
($entrypoint:ident, $suite:ty) => { ... };
}
Expand description
Generates entrypoint function for the test suite.
Generated entrypoints are functions that could be used from tarantool runtime - in other words, stored procedures.