From 7d3f136a3a2be9e21cc877fa29a8f509f891dfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 7 Oct 2023 09:08:34 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-cmake:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20extra-=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B2=20=D0=BE=D0=B1=D0=BB=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B2=D0=B8=D0=B4=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8?= =?UTF-8?q?=20ctest.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a09402dc..f6901916 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -166,4 +166,12 @@ else() REQUIRED_FILES uniq_nested.db-copy) 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()