added DataChainTest2.cpp and then it tested a bug in DataChain class.

This commit is contained in:
2024-03-25 00:34:45 +08:00
parent 1a2a6a1be3
commit b5153faf6b
3 changed files with 141 additions and 7 deletions

View File

@@ -76,6 +76,9 @@ set_example_project_folder("DataType/DataArray" StackPoolTest)
add_executable(DataChainTest datatype/DataChainTest.cpp)
cm_example_project("DataType/DataArray" DataChainTest)
add_executable(DataChainTest2 datatype/DataChainTest2.cpp)
cm_example_project("DataType/DataArray" DataChainTest2)
####################################################################################################
add_executable(1_ActiveIDManagerTest datatype/ActiveIDManagerTest.cpp)