Skip to content

Commit

Permalink
post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yontyon committed Apr 13, 2023
1 parent 4ed6f9a commit 0362640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/storage/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (BUILD_ROCKSDB_STORAGE)
endif(BUILD_ROCKSDB_STORAGE)

if(USE_S3_OBJECT_STORE)
add_executable(s3_client_test s3_test.cpp)
add_executable(s3_client_test src/s3_test.cpp)
add_test(NAME s3_client_test COMMAND env CI=on ${CMAKE_CURRENT_BINARY_DIR}/s3_client_test)
target_link_libraries(s3_client_test PUBLIC
GTest::Main
Expand Down

0 comments on commit 0362640

Please sign in to comment.