mdbx-test: add params-review by actors.

Change-Id: I79fb6cb19c73facd8cc8cefc3bf3101e9d0c672c
This commit is contained in:
Leonid Yuriev
2021-03-16 01:45:49 +03:00
parent b48958c177
commit f4781b63a8
3 changed files with 22 additions and 15 deletions

View File

@@ -19,6 +19,10 @@ public:
testcase_append(const actor_config &config, const mdbx_pid_t pid)
: testcase(config, pid) {}
bool run() override;
static bool review_params(actor_params &params) {
return testcase::review_params(params);
}
};
REGISTER_TESTCASE(append);