Added StackPoolTest.cpp

This commit is contained in:
2024-03-24 00:55:23 +08:00
parent 7803d1d69a
commit bf80f220cb
3 changed files with 91 additions and 8 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(StackPoolTest datatype/StackPoolTest.cpp)
set_example_project_folder("DataType/DataArray" StackPoolTest)
add_executable(DataBlockTest datatype/DataBlockTest.cpp)
set_example_project_folder("DataType/DataArray" DataBlockTest)