Skip to content
Snippets Groups Projects
Commit 86d179b1 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

cmake: remove missing test

Change-Id: Ibd0aeef5fd4125bce672c1faaaa75b657a56e267
parent ced89039
No related branches found
No related tags found
No related merge requests found
......@@ -704,10 +704,6 @@ else()
target_link_libraries(ut_base64 ut_library)
add_test(NAME base64 COMMAND ut_base64)
add_executable(ut_ice_media_cand_exchange test/unitTest/ice/ice_media_cand_exchange.cpp)
target_link_libraries(ut_ice_media_cand_exchange ut_library)
add_test(NAME ice_media_cand_exchange COMMAND ut_ice_media_cand_exchange)
add_executable(ut_ice test/unitTest/ice/ice.cpp)
target_link_libraries(ut_ice ut_library)
add_test(NAME ice COMMAND ut_ice)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment