Skip to content
Snippets Groups Projects
Commit d2b6bf24 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

remove multibroker windows test

parent 6edc6c02
No related branches found
No related tags found
No related merge requests found
set(TARGET_NAME next_multithread_broker)
set(SOURCE_FILES next_multithread_broker.cpp)
################################
# Executable and link
################################
......@@ -11,7 +10,11 @@ target_link_libraries(${TARGET_NAME} test_common asapo-consumer)
################################
# Testing
################################
prepare_asapo()
add_script_test("${TARGET_NAME}" "$<TARGET_FILE:${TARGET_NAME}>"
)
if (UNIX)
prepare_asapo()
add_script_test("${TARGET_NAME}" "$<TARGET_FILE:${TARGET_NAME}>")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment