Skip to content

Commit 167db1d

Browse files
author
Paul Nienaber
committed
Test adding Flight C++ unit test
1 parent 3b8b5f5 commit 167db1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cpp/src/arrow/flight/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,12 @@ add_arrow_test(flight_test
291291
LABELS
292292
"arrow_flight")
293293

294+
add_arrow_test(server_session_middleware_internals_test
295+
STATIC_LINK_LIBS
296+
${ARROW_FLIGHT_TEST_LINK_LIBS}
297+
LABELS
298+
"arrow_flight")
299+
294300
# Build test server for unit tests or benchmarks
295301
if(ARROW_BUILD_TESTS OR ARROW_BUILD_BENCHMARKS)
296302
add_executable(flight-test-server test_server.cc)

0 commit comments

Comments
 (0)