Skip to content

Commit

Permalink
Activate tests for Spanning Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 3, 2024
1 parent cb587f8 commit 78112bf
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 @@ -85,9 +85,9 @@ add_test(NAME TestBlockCutTree COMMAND TestBlockCutTree)
######################################################################################
# Tests for MST ALGORITHMS ###########################################################
######################################################################################
# add_executable(TestSpanningTree Algorithms/SpanningTree/TestSpanningTree.cpp)
# target_link_libraries(TestSpanningTree EGOA gtest gtest_main gmock_main)
# add_test(NAME TestSpanningTree COMMAND TestSpanningTree)
add_executable(TestSpanningTree Algorithms/SpanningTree/TestSpanningTree.cpp)
target_link_libraries(TestSpanningTree EGOA gtest gtest_main gmock_main)
add_test(NAME TestSpanningTree COMMAND TestSpanningTree)

######################################################################################
# Tests for other ALGORITHMS #########################################################
Expand Down

0 comments on commit 78112bf

Please sign in to comment.