bkietz commented on a change in pull request #11384:
URL: https://github.com/apache/arrow/pull/11384#discussion_r741177732
##########
File path: cpp/src/arrow/compute/exec/CMakeLists.txt
##########
@@ -31,3 +31,11 @@ add_arrow_compute_test(union_node_test PREFIX
"arrow-compute")
add_arrow_compute_test(util_test PREFIX "arrow-compute")
add_arrow_benchmark(expression_benchmark PREFIX "arrow-compute")
+
+add_arrow_compute_test(ir_test
+ PREFIX
+ "arrow-compute"
+ EXTRA_LINK_LIBS
+ ${GFLAGS_LIBRARIES}
+ TEST_ARGUMENTS
+
"-computeir_dir=${CMAKE_SOURCE_DIR}/../experimental/computeir")
Review comment:
Gflags accepts this but I'll change the invocation to look like [gnu
style](https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]