Add UDP socket test

This commit is contained in:
momo5502
2025-01-25 12:38:40 +01:00
parent d1e70805cf
commit 6d2f2182d3
2 changed files with 39 additions and 4 deletions

View File

@@ -9,3 +9,7 @@ list(SORT SRC_FILES)
add_executable(test-sample ${SRC_FILES})
momo_assign_source_group(${SRC_FILES})
target_link_libraries(test-sample PRIVATE
emulator-common
)