From 8e2e61ad833e8250d3de57c0dc5975e4e60d0533 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Mon, 13 Mar 2023 17:02:04 +0800 Subject: [PATCH] pthread: unit test builds only necessary components --- components/pthread/test_apps/pthread_unity_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pthread/test_apps/pthread_unity_tests/CMakeLists.txt b/components/pthread/test_apps/pthread_unity_tests/CMakeLists.txt index 510842cb6b..479850e764 100644 --- a/components/pthread/test_apps/pthread_unity_tests/CMakeLists.txt +++ b/components/pthread/test_apps/pthread_unity_tests/CMakeLists.txt @@ -5,4 +5,5 @@ cmake_minimum_required(VERSION 3.16) set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components") include($ENV{IDF_PATH}/tools/cmake/project.cmake) +set(COMPONENTS main) project(test_pthread)