Skip to content

Commit

Permalink
Activate BlockCutTree Tests (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 2, 2024
1 parent 8d8b6c9 commit 366933d
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 @@ -39,9 +39,9 @@ add_executable(TestPowerGrid DataStructures/Graphs/TestPowerGrid.cpp)
target_link_libraries(TestPowerGrid EGOA ${GUROBI_LIBRARIES} gtest gtest_main gmock_main)
add_test(NAME TestPowerGrid COMMAND TestPowerGrid)

# add_executable(TestBlockCutTree DataStructures/Graphs/TestBlockCutTree.cpp)
# target_link_libraries(TestBlockCutTree EGOA ${GUROBI_LIBRARIES} gtest gtest_main gmock_main)
# add_test(NAME TestBlockCutTree COMMAND TestBlockCutTree)
add_executable(TestBlockCutTree DataStructures/Graphs/TestBlockCutTree.cpp)
target_link_libraries(TestBlockCutTree EGOA ${GUROBI_LIBRARIES} gtest gtest_main gmock_main)
add_test(NAME TestBlockCutTree COMMAND TestBlockCutTree)

####################################################################################
# Tests for other data structures ##################################################
Expand Down

0 comments on commit 366933d

Please sign in to comment.