added strchr_test.cpp

This commit is contained in:
2023-07-21 11:40:03 +08:00
parent e5675377b1
commit f2cf3f5db4
2 changed files with 46 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ cm_example_project("DataType" CollectionTest)
add_executable(SplitStringTest datatype/SplitStringTest.cpp)
cm_example_project("DataType" SplitStringTest)
add_executable(StrChrTest datatype/strchr_test.cpp)
cm_example_project("DataType" StrChrTest)
add_executable(MultiMapTest datatype/MultiMapTest.cpp)
cm_example_project("DataType" MultiMapTest)