mdbx-tests: добавление extra/details-rkl.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-01-30 18:56:25 +03:00
parent b8c1b835ed
commit 9ea8e9b2cf
2 changed files with 247 additions and 0 deletions

View File

@@ -298,6 +298,7 @@ else()
add_extra_test(upsert_alldups SOURCE extra/upsert_alldups.c)
add_extra_test(dupfix_addodd SOURCE extra/dupfix_addodd.c)
endif()
add_extra_test(details_rkl SOURCE extra/details_rkl.c)
if(MDBX_BUILD_CXX)
if(NOT WIN32 OR NOT MDBX_CXX_STANDARD LESS 17)
add_extra_test(cursor_closing)