From 28b7f11f93caac9c37ee22f4ce31ea104ce362a5 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 15 Nov 2019 15:04:57 +0100 Subject: [PATCH] fatfs: fix unit tests not included in the build Regression from 9baa7826. --- components/fatfs/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fatfs/test/CMakeLists.txt b/components/fatfs/test/CMakeLists.txt index c3596a0f4..614374216 100644 --- a/components/fatfs/test/CMakeLists.txt +++ b/components/fatfs/test/CMakeLists.txt @@ -3,7 +3,7 @@ if(IDF_TARGET STREQUAL "esp32") list(APPEND srcdirs "esp32") endif() -idf_component_register(SRC_DIRS ${src_dirs} +idf_component_register(SRC_DIRS ${srcdirs} INCLUDE_DIRS . REQUIRES unity test_utils vfs fatfs EMBED_TXTFILES fatfs.img