added Uint2HexStrTest.cpp and MapTest.cpp

This commit is contained in:
2023-07-21 18:30:12 +08:00
parent f2cf3f5db4
commit c29f25daeb
3 changed files with 98 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(MapTest datatype/MapTest.cpp)
cm_example_project("DataType" MapTest)
add_executable(MultiMapTest datatype/MultiMapTest.cpp)
cm_example_project("DataType" MultiMapTest)
@@ -46,6 +49,9 @@ cm_example_project("DataType" Size2Test)
add_executable(DataArrayTest datatype/DataArrayTest.cpp)
cm_example_project("DataType" DataArrayTest)
add_executable(Uint2HexStrTest datatype/Uint2HexStrTest.cpp)
cm_example_project("DataType" Uint2HexStrTest)
####################################################################################################
add_executable(FixFilenameTest filesystem/FixFilenameTest.cpp)