From 1468e5aff2d0014f9684faa72dbf644b917fce5c Mon Sep 17 00:00:00 2001 From: Omar Chebib Date: Fri, 6 Dec 2024 14:45:20 +0800 Subject: [PATCH] fix(esp_hw_support): fix the interrupt allocator test app's CMakeLists.txt --- .../test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt b/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt index 5d29e8ed6f..bc5e4d3423 100644 --- a/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt +++ b/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt @@ -22,7 +22,7 @@ if(CONFIG_SOC_ETM_SUPPORTED) endif() if(CONFIG_SOC_GPTIMER_SUPPORTED) - list(APPEND SRC "test_intr_alloc.c") + list(APPEND srcs "test_intr_alloc.c") endif() # In order for the cases defined by `TEST_CASE` to be linked into the final elf,