srsLTE/lib/test/mac/CMakeLists.txt

21 lines
747 B
CMake
Raw Normal View History

2020-04-21 12:53:37 -07:00
#
2021-03-19 03:45:56 -07:00
# Copyright 2013-2021 Software Radio Systems Limited
2020-04-21 12:53:37 -07:00
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
2020-04-21 12:53:37 -07:00
#
add_executable(pdu_test pdu_test.cc)
2021-03-19 03:45:56 -07:00
target_link_libraries(pdu_test srsran_phy srsran_common srsran_mac ${CMAKE_THREAD_LIBS_INIT})
2020-04-21 12:53:37 -07:00
add_test(pdu_test pdu_test)
add_executable(mac_pcap_test mac_pcap_test.cc)
2021-03-19 03:45:56 -07:00
target_link_libraries(mac_pcap_test srsran_common srsran_mac ${SCTP_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
add_test(mac_pcap_test mac_pcap_test)
add_executable(mac_pdu_nr_test mac_pdu_nr_test.cc)
2021-03-19 03:45:56 -07:00
target_link_libraries(mac_pdu_nr_test srsran_mac srsran_common ${CMAKE_THREAD_LIBS_INIT})
add_test(mac_pdu_nr_test mac_pdu_nr_test)