Skip to content
Snippets Groups Projects
Commit 4c48af26 authored by mechanik20051988's avatar mechanik20051988 Committed by Aleksandr Lyapunov
Browse files

Fix undefined reference to `set_sigint_cb` function

We should link box_test_utils to tuple perf test to
prevent this error.

Follow up #2717

NO_CHANGELOG=build fix
NO_DOC=build fix
NO_TEST=build fix
parent f1d750f0
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,6 @@ include_directories(${PROJECT_SOURCE_DIR}/src/box)
include_directories(${PROJECT_SOURCE_DIR}/third_party)
include_directories(${EXTRA_CORE_INCLUDE_DIRS})
add_executable(tuple.perftest tuple.cc)
add_executable(tuple.perftest tuple.cc
${PROJECT_SOURCE_DIR}/test/unit/box_test_utils.c)
target_link_libraries(tuple.perftest core box tuple benchmark::benchmark)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment