added ActiveDataManagerTest.cpp

This commit is contained in:
2023-09-19 18:16:58 +08:00
parent aa5dd76f24
commit 822b1b345c
3 changed files with 131 additions and 8 deletions

View File

@@ -67,17 +67,22 @@ set_example_project_folder("DataType/DataArray" QueueTest)
add_executable(PoolTest datatype/PoolTest.cpp)
set_example_project_folder("DataType/DataArray" PoolTest)
add_executable(ActiveIDManagerTest datatype/ActiveIDManagerTest.cpp)
cm_example_project("DataType/DataArray" ActiveIDManagerTest)
add_executable(ActiveDataManagerTest datatype/ActiveDataManagerTest.cpp)
cm_example_project("DataType/DataArray" ActiveDataManagerTest)
add_executable(MapTest datatype/MapTest.cpp)
set_example_project_folder("DataType/DataArray" MapTest)
####################################################################################################
add_executable(1_ActiveIDManagerTest datatype/ActiveIDManagerTest.cpp)
cm_example_project("DataType/ActiveManager" 1_ActiveIDManagerTest)
add_executable(2_ActiveMemoryBlockManagerTest datatype/ActiveMemoryBlockManagerTest.cpp)
cm_example_project("DataType/ActiveManager" 2_ActiveMemoryBlockManagerTest)
add_executable(3_ActiveDataManagerTest datatype/ActiveDataManagerTest.cpp)
cm_example_project("DataType/ActiveManager" 3_ActiveDataManagerTest)
####################################################################################################
add_executable(FixFilenameTest filesystem/FixFilenameTest.cpp)
cm_example_project("File System" FixFilenameTest)