file(COPY test_instances DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY configs DESTINATION ${CMAKE_CURRENT_BINARY_DIR})

add_gmock_test(integration_tests kahypar_integration_tests.cc)
target_link_libraries(integration_tests ${Boost_LIBRARIES} kahypar)
# exclude integration tests from default build target
set_target_properties(integration_tests PROPERTIES EXCLUDE_FROM_ALL 1 EXCLUDE_FROM_DEFAULT_BUILD 1)
