write date and time related utils

This commit is contained in:
2024-05-22 14:21:37 +00:00
parent b108a0f122
commit b743f12cd4
3 changed files with 100 additions and 5 deletions

View File

@ -23,4 +23,5 @@ if(ENABLE_ADVANCED_FEATURE)
add_executable(snapshot_test snapshot_test.cpp)
target_link_libraries(snapshot_test storage dataguard GTest::gtest_main spdlog::spdlog)
endif()
add_executable(hash_collision_test hash_collision_test.cpp)
add_executable(hash_collision_test hash_collision_test.cpp)
add_executable(utils_test utils_test.cpp)