Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Mar 25, 2024
1 parent 78ff0f9 commit 3d75bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ target_include_directories(dblogutil
PRIVATE ./limestone
)
target_link_libraries(dblogutil PRIVATE limestone-impl PRIVATE glog::glog gflags::gflags)
set_target_properties(dblogutil PROPERTIES RUNTIME_OUTPUT_NAME "tglogutil")
install_custom(dblogutil dblogutil)
2 changes: 1 addition & 1 deletion test/limestone/utils/dblogutil_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern const std::string_view data_truncated_invalidated_normal_entry;
extern const std::string_view data_truncated_invalidated_epoch_header;
extern const std::string_view data_allzero;

#define UTIL_COMMAND "../src/dblogutil"
#define UTIL_COMMAND "../src/tglogutil"

int invoke(const std::string& command, std::string& out) {
FILE* fp;
Expand Down

0 comments on commit 3d75bee

Please sign in to comment.