mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-07 01:22:20 +08:00
mdbx-cmake: добавление extra-тестов в область видимости ctest.
This commit is contained in:
@@ -166,4 +166,12 @@ else()
|
|||||||
REQUIRED_FILES uniq_nested.db-copy)
|
REQUIRED_FILES uniq_nested.db-copy)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(UNIX AND NOT SUBPROJECT)
|
||||||
|
add_test(NAME extra_upsert_alldups COMMAND test_extra_upsert_alldups)
|
||||||
|
if(MDBX_BUILD_CXX)
|
||||||
|
add_test(NAME extra_maindb_ordinal COMMAND test_extra_maindb_ordinal)
|
||||||
|
add_test(NAME extra_dupfixed_multiple COMMAND test_extra_dupfixed_multiple)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user