Skip to content

Commit

Permalink
Merge branch 'refactor/mqtt_remove_heap_mock' into 'master'
Browse files Browse the repository at this point in the history
refactor: replaced heap mock with Linux-compatible heap component

See merge request espressif/esp-mqtt!208
  • Loading branch information
euripedesrocha committed May 23, 2024
2 parents 8338700 + 8b0b43e commit e694d80
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion host_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS mqtt main)
list(APPEND EXTRA_COMPONENT_DIRS
"mocks/heap/"
"$ENV{IDF_PATH}/tools/mocks/esp_hw_support/"
"$ENV{IDF_PATH}/tools/mocks/freertos/"
"$ENV{IDF_PATH}/tools/mocks/esp_timer/"
Expand Down
4 changes: 0 additions & 4 deletions host_test/mocks/heap/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions host_test/mocks/heap/heap_mock.c

This file was deleted.

0 comments on commit e694d80

Please sign in to comment.