Skip to content

Commit

Permalink
Check if StdQueue represents the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 2, 2024
1 parent b3e4d86 commit ea7def8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ add_test(NAME TestBound COMMAND TestBound)
# Tests for QUEUE data structures ##################################################
####################################################################################

add_executable(TestStdQueue DataStructures/Container/TestStdQueue.cpp)
target_link_libraries(TestStdQueue EGOA gtest gtest_main gmock_main)
add_test(NAME TestStdQueue COMMAND TestStdQueue)
# add_executable(TestStdQueue DataStructures/Container/TestStdQueue.cpp)
# target_link_libraries(TestStdQueue EGOA gtest gtest_main gmock_main)
# add_test(NAME TestStdQueue COMMAND TestStdQueue)

add_executable(TestBinaryHeap DataStructures/Container/TestBinaryHeap.cpp)
target_link_libraries(TestBinaryHeap EGOA gtest gtest_main gmock_main)
Expand Down

0 comments on commit ea7def8

Please sign in to comment.