|
|
@ -22,7 +22,7 @@
|
|
|
|
# LOGGER TEST
|
|
|
|
# LOGGER TEST
|
|
|
|
#######################################################################
|
|
|
|
#######################################################################
|
|
|
|
add_executable(logger_test logger_test.cc)
|
|
|
|
add_executable(logger_test logger_test.cc)
|
|
|
|
target_link_libraries(logger_test srslte_phy srslte_common srslte_phy ${POLAR_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
|
|
|
|
target_link_libraries(logger_test srslte_phy srslte_common srslte_phy ${SEC_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
|
|
|
|
add_test(logger_test logger_test)
|
|
|
|
add_test(logger_test logger_test)
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(msg_queue_test msg_queue_test.cc)
|
|
|
|
add_executable(msg_queue_test msg_queue_test.cc)
|
|
|
@ -30,7 +30,7 @@ target_link_libraries(msg_queue_test srslte_phy srslte_common ${CMAKE_THREAD_LIB
|
|
|
|
add_test(msg_queue_test msg_queue_test)
|
|
|
|
add_test(msg_queue_test msg_queue_test)
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(log_filter_test log_filter_test.cc)
|
|
|
|
add_executable(log_filter_test log_filter_test.cc)
|
|
|
|
target_link_libraries(log_filter_test srslte_phy srslte_common srslte_phy ${POLAR_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
|
|
|
|
target_link_libraries(log_filter_test srslte_phy srslte_common srslte_phy ${SEC_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(timeout_test timeout_test.cc)
|
|
|
|
add_executable(timeout_test timeout_test.cc)
|
|
|
|
target_link_libraries(timeout_test srslte_phy ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries(timeout_test srslte_phy ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|