fix(esp_hw_support): fix the interrupt allocator test app's CMakeLists.txt

This commit is contained in:
Omar Chebib 2024-12-06 14:45:20 +08:00
parent 2117d959bf
commit e546ce3f15

View File

@ -22,7 +22,7 @@ if(CONFIG_SOC_ETM_SUPPORTED)
endif() endif()
if(CONFIG_SOC_GPTIMER_SUPPORTED) if(CONFIG_SOC_GPTIMER_SUPPORTED)
list(APPEND SRC "test_intr_alloc.c") list(APPEND srcs "test_intr_alloc.c")
endif() endif()
# In order for the cases defined by `TEST_CASE` to be linked into the final elf, # In order for the cases defined by `TEST_CASE` to be linked into the final elf,