Skip to content

Commit

Permalink
Activate Tests for the Spanning Tree (#80)
Browse files Browse the repository at this point in the history
This PR activates the tests for the spanning tree algorithm.
  • Loading branch information
franziska-wegner authored Jan 4, 2024
1 parent 65d978a commit f8ef056
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 f8ef056

Please sign in to comment.