add simple ring buffer
This commit is contained in:
parent
35a2297ab2
commit
a7b9feaedc
4 changed files with 198 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue