From 47d11179f1d7dcc458188011f9916bbd6626cbbd Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Tue, 19 Aug 2025 14:43:10 +0200 Subject: [PATCH] fix(components/tcp_transport): Fix missing file extension in the test_app --- components/tcp_transport/test_apps/main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tcp_transport/test_apps/main/CMakeLists.txt b/components/tcp_transport/test_apps/main/CMakeLists.txt index 9c9c85da0e..b3dba0dfa2 100644 --- a/components/tcp_transport/test_apps/main/CMakeLists.txt +++ b/components/tcp_transport/test_apps/main/CMakeLists.txt @@ -1,4 +1,4 @@ -set(srcs "test_app_main.c" "test_transport_basic.c" "test_transport_connect" "test_transport_fixtures.c") +set(srcs "test_app_main.c" "test_transport_basic.c" "test_transport_connect.c" "test_transport_fixtures.c") idf_component_register(SRCS ${srcs} PRIV_INCLUDE_DIRS "../../private_include" "." PRIV_REQUIRES cmock test_utils tcp_transport unity esp_psram