added utos_test.cpp

This commit is contained in:
2023-07-21 19:23:43 +08:00
parent b319a33d00
commit 4bc6cf4ef0
2 changed files with 30 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ cm_example_project("DataType" SplitStringTest)
add_executable(StrChrTest datatype/strchr_test.cpp)
cm_example_project("DataType" StrChrTest)
add_executable(Uint2StrTest datatype/utos_test.cpp)
cm_example_project("DataType" Uint2StrTest)
add_executable(MapTest datatype/MapTest.cpp)
cm_example_project("DataType" MapTest)