Skip to content

Commit

Permalink
refactor: replaced heap mock with Linux-compatible heap component
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjakob authored and euripedesrocha committed May 22, 2024
1 parent d27bd52 commit 8b0b43e
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 8b0b43e

Please sign in to comment.