Skip to content

Commit

Permalink
Test adding Flight C++ unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nienaber authored and stevelorddremio committed Jan 17, 2024
1 parent 6bcee0b commit 05f9564
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpp/src/arrow/flight/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ add_arrow_test(flight_test
LABELS
"arrow_flight")

add_arrow_test(server_session_middleware_internals_test
STATIC_LINK_LIBS
${ARROW_FLIGHT_TEST_LINK_LIBS}
LABELS
"arrow_flight")

# Build test server for unit tests or benchmarks
if(ARROW_BUILD_TESTS OR ARROW_BUILD_BENCHMARKS)
add_executable(flight-test-server test_server.cc)
Expand Down

0 comments on commit 05f9564

Please sign in to comment.