We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb7379 commit 661870eCopy full SHA for 661870e
tests/CMakeLists.txt
@@ -194,6 +194,7 @@ target_compile_options(pipeline_tests PRIVATE ${CXX17_FLAG})
194
target_include_directories(pipeline_tests PRIVATE ${GTEST_INCLUDE_DIRS})
195
target_link_libraries(pipeline_tests PRIVATE ur_client_library::urcl ${GTEST_LIBRARIES})
196
gtest_add_tests(TARGET pipeline_tests
197
+)
198
199
add_executable(script_command_interface_tests test_script_command_interface.cpp)
200
target_compile_options(script_command_interface_tests PRIVATE ${CXX17_FLAG})
0 commit comments