diff --git a/dbms/src/Storages/CMakeLists.txt b/dbms/src/Storages/CMakeLists.txt index 37f650d57be..d1e945ac9bd 100644 --- a/dbms/src/Storages/CMakeLists.txt +++ b/dbms/src/Storages/CMakeLists.txt @@ -6,3 +6,4 @@ if (ENABLE_TESTS) add_subdirectory (Page/tests EXCLUDE_FROM_ALL) add_subdirectory (DeltaMerge/tests EXCLUDE_FROM_ALL) endif () + diff --git a/dbms/src/Storages/Page/tests/CMakeLists.txt b/dbms/src/Storages/Page/tests/CMakeLists.txt index c31f170193c..ccc38c1cf4f 100644 --- a/dbms/src/Storages/Page/tests/CMakeLists.txt +++ b/dbms/src/Storages/Page/tests/CMakeLists.txt @@ -29,3 +29,4 @@ target_compile_options(page_utils_get_valid_pages PRIVATE -Wno-format) add_executable(test_page_storage_write_disk_full test_page_storage_write_disk_full.cpp) target_link_libraries(test_page_storage_write_disk_full dbms) target_compile_options(test_page_storage_write_disk_full PRIVATE -Wno-format) +