added DataChainTest.cpp and then TEST OK!

This commit is contained in:
2024-03-24 02:41:10 +08:00
parent bf80f220cb
commit 8fb95d1045
4 changed files with 89 additions and 275 deletions

View File

@@ -73,8 +73,8 @@ 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)
add_executable(DataChainTest datatype/DataChainTest.cpp)
cm_example_project("DataType/DataArray" DataChainTest)
####################################################################################################