Skip to content

Commit

Permalink
fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
debnatkh committed Sep 23, 2024
1 parent 44cd616 commit 0ff10ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/filestore/libs/storage/tablet/tablet_ut_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <cloud/filestore/libs/storage/testlib/tablet_client.h>
#include <cloud/filestore/libs/storage/testlib/test_env.h>

#include <contrib/ydb/core/base/counters.h>
#include <ydb/core/base/counters.h>

#include <library/cpp/testing/unittest/registar.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_cache.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_cache.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_cache.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_cache.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp
${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp
Expand Down

0 comments on commit 0ff10ec

Please sign in to comment.