Skip to content

Commit 8b0b43e

Browse files
0xjakobeuripedesrocha
authored andcommitted
refactor: replaced heap mock with Linux-compatible heap component
1 parent d27bd52 commit 8b0b43e

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

host_test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.16)
33
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
44
set(COMPONENTS mqtt main)
55
list(APPEND EXTRA_COMPONENT_DIRS
6-
"mocks/heap/"
76
"$ENV{IDF_PATH}/tools/mocks/esp_hw_support/"
87
"$ENV{IDF_PATH}/tools/mocks/freertos/"
98
"$ENV{IDF_PATH}/tools/mocks/esp_timer/"

host_test/mocks/heap/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

host_test/mocks/heap/heap_mock.c

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)