Skip to content

Commit b0a7370

Browse files
frankistcodebot
authored andcommitted
ngap: make ngap_test a unity_build
1 parent a8b28e1 commit b0a7370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittests/ngap/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ set(SOURCES
2626

2727
add_executable(ngap_test ${SOURCES})
2828
target_include_directories(ngap_test PRIVATE ${CMAKE_SOURCE_DIR})
29+
set_target_properties(ngap_test PROPERTIES UNITY_BUILD ON)
2930
target_link_libraries(ngap_test ngap_test_helpers srsran_ngap srsran_support ngap_asn1 srsran_ran srslog gtest gtest_main)
3031
gtest_discover_tests(ngap_test PROPERTIES "LABELS;ngap")

0 commit comments

Comments
 (0)