nr,gnb,rrc: update rrc_nr_test unit test to not require any cmd line argument

This commit is contained in:
Francisco 2021-11-22 19:01:52 +00:00 committed by Francisco Paisana
parent ffc1ea5c86
commit a4e3d6144f
1 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@
add_library(rrc_nr_test_helpers rrc_nr_test_helpers.cc)
add_executable(rrc_nr_test rrc_nr_test.cc)
target_link_libraries(rrc_nr_test srsgnb_rrc srsgnb_rrc_config_utils test_helpers rrc_nr_test_helpers ${ATOMIC_LIBS})
add_test(rrc_nr_test rrc_nr_test -i ${CMAKE_CURRENT_SOURCE_DIR}/../..)
target_link_libraries(rrc_nr_test srsgnb_rrc srsgnb_rrc_config_utils srsran_common rrc_nr_asn1 rrc_asn1 rrc_nr_test_helpers ${ATOMIC_LIBS})
add_test(rrc_nr_test rrc_nr_test)