Przeglądaj źródła

fatfs: fix unit tests not included in the build

Regression from 9baa7826.
Ivan Grokhotkov 6 lat temu
rodzic
commit
28b7f11f93
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/fatfs/test/CMakeLists.txt

+ 1 - 1
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