add simple ring buffer

This commit is contained in:
Шурупов Илья Викторович 2025-11-24 12:34:19 +03:00
parent 35a2297ab2
commit a7b9feaedc
4 changed files with 198 additions and 1 deletions

View file

@ -16,6 +16,7 @@ file(GLOB TEST_SOURCES
./tests/ListTest.cpp
./tests/MapTest.cpp
./tests/TreeTest.cpp
./tests/RingBufferByte.cpp
./tests/Tests.cpp
)
@ -25,4 +26,4 @@ add_test(NAME Tests${PROJECT_NAME} COMMAND Tests${PROJECT_NAME})
add_executable(AVLTreeSpeedTest ./tests/AVLTreeProfiling.cpp)
target_link_libraries(AVLTreeSpeedTest ${PROJECT_NAME})
target_link_libraries(AVLTreeSpeedTest ${PROJECT_NAME})