Skip to content

Commit

Permalink
Enable TestBound in the CMakeFile
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   tests/CMakeLists.txt
  • Loading branch information
franziska-wegner committed Dec 7, 2023
1 parent 0794412 commit 41aef4e
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
@@ -1,8 +1,8 @@

# Now simply link against gtest or gtest_main as needed
# add_executable(TestBound DataStructures/TestBound.cpp)
# target_link_libraries(TestBound gtest gtest_main gmock_main EGOA ${GUROBI_LIBRARIES})
# add_test(NAME TestBound COMMAND TestBound)
add_executable(TestBound DataStructures/TestBound.cpp)
target_link_libraries(TestBound gtest gtest_main gmock_main EGOA ${GUROBI_LIBRARIES})
add_test(NAME TestBound COMMAND TestBound)

####################################################################################
# Tests for QUEUE data structures ##################################################
Expand Down

0 comments on commit 41aef4e

Please sign in to comment.