added DataBlockTest.cpp, it can't run.

This commit is contained in:
2024-03-20 02:17:56 +08:00
parent 822b1b345c
commit cc1653fca6
2 changed files with 205 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ set_example_project_folder("DataType/DataArray" PoolTest)
add_executable(MapTest datatype/MapTest.cpp)
set_example_project_folder("DataType/DataArray" MapTest)
add_executable(DataBlockTest datatype/DataBlockTest.cpp)
set_example_project_folder("DataType/DataArray" DataBlockTest)
####################################################################################################
add_executable(1_ActiveIDManagerTest datatype/ActiveIDManagerTest.cpp)