diff --git a/components/mdns/test/CMakeLists.txt b/components/mdns/test/CMakeLists.txt index 516ee0097..a24aa2433 100644 --- a/components/mdns/test/CMakeLists.txt +++ b/components/mdns/test/CMakeLists.txt @@ -1,2 +1,2 @@ idf_component_register(SRC_DIRS "." - PRIV_REQUIRES unity test_utils mdns) \ No newline at end of file + PRIV_REQUIRES cmock test_utils mdns) \ No newline at end of file