Lines Matching refs:test
63 add_library(ot-test-platform-ftd
67 add_library(ot-test-platform-rcp
72 target_include_directories(ot-test-platform-ftd
77 target_include_directories(ot-test-platform-rcp
82 target_compile_options(ot-test-platform-ftd
87 target_compile_options(ot-test-platform-rcp
93 target_compile_options(ot-test-platform-rcp
101 target_link_libraries(ot-test-platform-ftd
107 target_link_libraries(ot-test-platform-rcp
116 ot-test-platform-ftd
118 ot-test-platform-ftd
126 ot-test-platform-rcp
136 # Macro to add an OpenThread unit test.
138 # Unit test name will be `ot-test-{name}`. Test source file of
142 add_executable(ot-test-${name}
146 target_include_directories(ot-test-${name}
151 target_link_libraries(ot-test-${name}
156 target_compile_options(ot-test-${name}
161 add_test(NAME ot-test-${name} COMMAND ot-test-${name})
168 # Macro to add an OpenThread unit test for NCP functions.
170 # Unit test name will be `ot-test-ncp-{name}`. Test source file of
174 add_executable(ot-test-ncp-${name}
178 target_include_directories(ot-test-ncp-${name}
183 target_link_libraries(ot-test-ncp-${name}
189 target_compile_options(ot-test-ncp-${name}
194 add_test(NAME ot-test-ncp-${name} COMMAND ot-test-ncp-${name})
273 add_executable(ot-test-multipan-rcp-instances
277 target_include_directories(ot-test-multipan-rcp-instances
282 target_compile_options(ot-test-multipan-rcp-instances
288 target_compile_definitions(ot-test-multipan-rcp-instances
298 target_link_libraries(ot-test-multipan-rcp-instances
303 add_test(NAME ot-test-multipan-rcp-instances COMMAND ot-test-multipan-rcp-instances)