enh: unit test and optimization for base58

This commit is contained in:
kailixu 2024-02-22 18:00:12 +08:00
parent 6ac6e8f2bd
commit 5b0fc1544d
1 changed files with 1 additions and 1 deletions

View File

@ -107,4 +107,4 @@ target_link_libraries(tbaseCodecTest os util common gtest_main)
add_test( add_test(
NAME tbaseCodecTest NAME tbaseCodecTest
COMMAND tbaseCodecTest COMMAND tbaseCodecTest
)