mdbx-testing: добавление extra/cursor_closing.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-11-10 01:24:53 +03:00
parent 6f41276dbc
commit 6893a79c70
2 changed files with 60 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ else()
endif()
if(MDBX_BUILD_CXX)
if(NOT WIN32 OR NOT MDBX_CXX_STANDARD LESS 17)
add_extra_test(cursor_closing)
add_extra_test(early_close_dbi)
add_extra_test(maindb_ordinal)
add_extra_test(dupfix_multiple)